diff options
Diffstat (limited to 'lib/libc/yp/xdr_valdat.c')
-rw-r--r-- | lib/libc/yp/xdr_valdat.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/yp/xdr_valdat.c b/lib/libc/yp/xdr_valdat.c index 40283fbaa75..f3d81e193cf 100644 --- a/lib/libc/yp/xdr_valdat.c +++ b/lib/libc/yp/xdr_valdat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: xdr_valdat.c,v 1.7 2005/08/05 13:02:16 espie Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -24,21 +25,11 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_valdat.c,v 1.6 2003/06/02 03:48:42 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/types.h> -#include <sys/socket.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <ctype.h> #include <rpc/rpc.h> #include <rpc/xdr.h> #include <rpcsvc/yp.h> -#include <rpcsvc/ypclnt.h> bool_t xdr_valdat(XDR *xdrs, valdat *objp) |