From 62f3233e90c139481a6d89b9f57ca29154b24ba3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 10 Feb 1998 02:19:49 +0000 Subject: move proto to unistd.h --- include/unistd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/unistd.h') 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)); -- cgit v1.2.3