From c1f33f96355f1701fa621cb0776154f789c0ca34 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 10 Feb 1998 02:19:46 +0000 Subject: move proto to unistd.h --- lib/libc/string/swab.3 | 4 ++-- lib/libc/string/swab.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index c64dbd6cb12..d1bfc358fbb 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: swab.3,v 1.2 1996/08/19 08:34:29 tholo Exp $ +.\" $OpenBSD: swab.3,v 1.3 1998/02/10 02:19:48 deraadt Exp $ .\" .Dd May 1, 1991 .Dt SWAB 3 @@ -38,7 +38,7 @@ .Nm swab .Nd swap adjacent bytes .Sh SYNOPSIS -.Fd #include +.Fd #include .Ft void .Fn swab "const void *src" "void *dst" "size_t len" .Sh DESCRIPTION diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c index bdedd06672b..311cf13a531 100644 --- a/lib/libc/string/swab.c +++ b/lib/libc/string/swab.c @@ -35,10 +35,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: swab.c,v 1.2 1996/08/19 08:34:30 tholo Exp $"; +static char *rcsid = "$OpenBSD: swab.c,v 1.3 1998/02/10 02:19:48 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ -#include +#include void swab(from, to, len) -- cgit v1.2.3-59-g8ed1b