Browse Source

swapctl 2nd arg is const

OPENBSD_2_7
deraadt 24 years ago
parent
commit
3c39f4289c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/unistd.h

+ 2
- 2
src/include/unistd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: unistd.h,v 1.29 2000/01/27 05:18:47 itojun Exp $ */
/* $OpenBSD: unistd.h,v 1.30 2000/02/19 13:21:25 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@ -185,7 +185,7 @@ int setruid __P((uid_t));
void setusershell __P((void));
void swab __P((const void *, void *, size_t));
int swapon __P((const char *));
int swapctl __P((int cmd, void *arg, int misc));
int swapctl __P((int cmd, const void *arg, int misc));
int symlink __P((const char *, const char *));
void sync __P((void));
int syscall __P((int, ...));


Loading…
Cancel
Save