summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypset
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-25 21:44:56 +0000
committerderaadt <deraadt@openbsd.org>2003-06-25 21:44:56 +0000
commit1dbc69ea9ee9abc1f2c98269c9860b039d3a5f28 (patch)
tree9629539e9afce886fefcb2715fe44d1f4a6abeec /usr.sbin/ypset
parentprotos (diff)
downloadwireguard-openbsd-1dbc69ea9ee9abc1f2c98269c9860b039d3a5f28.tar.xz
wireguard-openbsd-1dbc69ea9ee9abc1f2c98269c9860b039d3a5f28.zip
remove excess proto
Diffstat (limited to 'usr.sbin/ypset')
-rw-r--r--usr.sbin/ypset/ypset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c
index 9d116294472..4670aed4133 100644
--- a/usr.sbin/ypset/ypset.c
+++ b/usr.sbin/ypset/ypset.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypset.c,v 1.9 2003/06/25 21:44:16 deraadt Exp $ */
+/* $OpenBSD: ypset.c,v 1.10 2003/06/25 21:44:56 deraadt Exp $ */
/* $NetBSD: ypset.c,v 1.8 1996/05/13 02:46:33 thorpej Exp $ */
/*
@@ -28,7 +28,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypset.c,v 1.9 2003/06/25 21:44:16 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ypset.c,v 1.10 2003/06/25 21:44:56 deraadt Exp $";
#endif
#include <sys/param.h>
@@ -45,8 +45,6 @@ static char rcsid[] = "$OpenBSD: ypset.c,v 1.9 2003/06/25 21:44:16 deraadt Exp $
#include <rpcsvc/ypclnt.h>
#include <arpa/inet.h>
-extern bool_t xdr_domainname(XDR *, domainname *);
-
void
usage(void)
{