diff options
| author | mrg <mrg@NetBSD.org> | 1997-06-23 01:13:43 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1997-06-23 01:13:43 +0000 |
| commit | cab9e1c2f8c138c6b91b3a8149d20759b41436ed (patch) | |
| tree | 848f7c956eb0755a464fe1f2372a8415e3d99ef5 /include | |
| parent | dc73f7a0732ac67ae6d21fa6c323aded285ea38e (diff) | |
oops, forgot to commit this. prototype swapctl() in place of swapon().
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 497b8466a7f..98db95e7563 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.34 1997/05/09 19:38:32 christos Exp $ */ +/* $NetBSD: unistd.h,v 1.35 1997/06/23 01:13:43 mrg Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -163,7 +163,7 @@ int setreuid __P((uid_t, uid_t)); int setrgid __P((gid_t)); int setruid __P((uid_t)); void setusershell __P((void)); -int swapon __P((const char *)); +int swapctl __P((int, const void *, int)); int symlink __P((const char *, const char *)); void sync __P((void)); int syscall __P((int, ...)); |
