diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 23:49:49 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 23:49:49 +0000 |
commit | d248c54ab87f6d27925a9dc020dba5459ea77cf5 (patch) | |
tree | 0bf47453847c61ac79fbc5318861a22a2cc45885 /include | |
parent | ef40db9477b63a920b8bb12831c53e3e463e5c1b (diff) |
Add swapctl(2) prototype.
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 57f9bc53e1d..0d2b3044638 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.24 1998/11/20 11:18:26 d Exp $ */ +/* $OpenBSD: unistd.h,v 1.25 1999/05/22 23:49:48 weingart Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -177,6 +177,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 symlink __P((const char *, const char *)); void sync __P((void)); int syscall __P((int, ...)); |