summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-05 23:56:00 +0000
committerderaadt <deraadt@openbsd.org>1996-06-05 23:56:00 +0000
commit883f4fab5a10a8d4f934900b8cc19a9d19161402 (patch)
tree9e90e8e94eef85d10067338b4502f4882bdc093a
parentcatq() optimizations; if to queue is empty, swapping clist structures is faster (diff)
downloadwireguard-openbsd-883f4fab5a10a8d4f934900b8cc19a9d19161402.tar.xz
wireguard-openbsd-883f4fab5a10a8d4f934900b8cc19a9d19161402.zip
do not need xdr_domainname proto
-rw-r--r--usr.bin/ypwhich/ypwhich.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c
index 9a1e1731b75..23fe996c1de 100644
--- a/usr.bin/ypwhich/ypwhich.c
+++ b/usr.bin/ypwhich/ypwhich.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $
+/* $OpenBSD: ypwhich.c,v 1.4 1996/06/05 23:56:00 deraadt Exp $
/* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */
/*
@@ -34,7 +34,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$Id: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $";
+static char rcsid[] = "$Id: ypwhich.c,v 1.4 1996/06/05 23:56:00 deraadt Exp $";
#endif
#include <sys/param.h>
@@ -49,8 +49,6 @@ static char rcsid[] = "$Id: ypwhich.c,v 1.3 1996/05/21 21:32:44 deraadt Exp $";
#include <rpcsvc/yp.h>
#include <rpcsvc/ypclnt.h>
-extern bool_t xdr_domainname();
-
struct ypalias {
char *alias, *name;
} ypaliases[] = {