diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:20:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-14 22:20:02 +0000 |
commit | d6572f8e1e4cadf21c1a303871e4c09aa9037bd2 (patch) | |
tree | cf38695a29ebb32789bebab5ce6658d2bc497f73 | |
parent | 385ac2cd27482b785a071ea5602eeb05a1f475ab (diff) |
spacing
-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 |