diff --git a/usr.sbin/ypserv/ypserv/ypserv.c b/usr.sbin/ypserv/ypserv/ypserv.c index 58658505ad83..fe130e101728 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.c +++ b/usr.sbin/ypserv/ypserv/ypserv.c @@ -1,4 +1,4 @@ -/* $NetBSD: ypserv.c,v 1.16 2002/07/06 00:18:48 wiz Exp $ */ +/* $NetBSD: ypserv.c,v 1.17 2002/07/06 00:31:07 wiz Exp $ */ /* * Copyright (c) 1994 Mats O Jansson @@ -33,7 +33,7 @@ #include #ifndef lint -__RCSID("$NetBSD: ypserv.c,v 1.16 2002/07/06 00:18:48 wiz Exp $"); +__RCSID("$NetBSD: ypserv.c,v 1.17 2002/07/06 00:31:07 wiz Exp $"); #endif #include @@ -70,8 +70,6 @@ const char *clientstr; const char *svcname; #endif /* LIBWRAP */ -#define SIG_PF void(*)(int) - int usedns; #ifdef DEBUG int foreground = 1;