diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 02:19:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 02:19:49 +0000 |
commit | 62f3233e90c139481a6d89b9f57ca29154b24ba3 (patch) | |
tree | 8ae17270685b96ea3db89db73119a31f991c944d /include/unistd.h | |
parent | 5a128d9185ebdbfaba6477a99ad2db8d96f11b15 (diff) |
move proto to unistd.h
Diffstat (limited to 'include/unistd.h')
-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 2c3c672119a..d8722ecf100 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.16 1997/12/27 12:03:44 tholo Exp $ */ +/* $OpenBSD: unistd.h,v 1.17 1998/02/10 02:19:47 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -169,6 +169,7 @@ int setreuid __P((int, int)); int setrgid __P((gid_t)); int setruid __P((uid_t)); void setusershell __P((void)); +void swab __P((const void *, void *, size_t)); int swapon __P((const char *)); int symlink __P((const char *, const char *)); void sync __P((void)); |