diff options
author | 2004-09-14 22:20:01 +0000 | |
---|---|---|
committer | 2004-09-14 22:20:01 +0000 | |
commit | 7f5a9b7e494aa91d5350b0d9eeb299596b21e8b9 (patch) | |
tree | 5975cdcece538686a5acf8703fd679317c507813 /lib/libc | |
parent | lint says unsigned... (diff) | |
download | wireguard-openbsd-7f5a9b7e494aa91d5350b0d9eeb299596b21e8b9.tar.xz wireguard-openbsd-7f5a9b7e494aa91d5350b0d9eeb299596b21e8b9.zip |
spacing
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/xdr_mem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr_mem.c b/lib/libc/rpc/xdr_mem.c index fe84e4f7796..5581b735f56 100644 --- a/lib/libc/rpc/xdr_mem.c +++ b/lib/libc/rpc/xdr_mem.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_mem.c,v 1.9 2002/12/11 22:55:39 millert Exp $"; +static char *rcsid = "$OpenBSD: xdr_mem.c,v 1.10 2004/09/14 22:20:01 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -103,9 +103,7 @@ xdrmem_create(xdrs, addr, size, op) static void xdrmem_destroy(XDR *xdrs) - { - } static bool_t |