diff options
Diffstat (limited to 'lib/libc/yp/yperr_string.c')
-rw-r--r-- | lib/libc/yp/yperr_string.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/lib/libc/yp/yperr_string.c b/lib/libc/yp/yperr_string.c index 2ff9f5d1579..cb959f8120b 100644 --- a/lib/libc/yp/yperr_string.c +++ b/lib/libc/yp/yperr_string.c @@ -1,3 +1,4 @@ +/* $OpenBSD: yperr_string.c,v 1.6 2005/08/05 13:02:16 espie Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. @@ -24,20 +25,9 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yperr_string.c,v 1.5 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 <sys/file.h> -#include <sys/uio.h> -#include <errno.h> #include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> #include <rpc/rpc.h> #include <rpc/xdr.h> #include <rpcsvc/yp.h> |