Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ypserv/ypserv Actually, SIG_PF isn't needed in this...



details:   https://anonhg.NetBSD.org/src/rev/941b90e3c540
branches:  trunk
changeset: 533636:941b90e3c540
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 06 00:31:07 2002 +0000

description:
Actually, SIG_PF isn't needed in this file at all -- remove it.

diffstat:

 usr.sbin/ypserv/ypserv/ypserv.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r c28e8e63d418 -r 941b90e3c540 usr.sbin/ypserv/ypserv/ypserv.c
--- a/usr.sbin/ypserv/ypserv/ypserv.c   Sat Jul 06 00:21:14 2002 +0000
+++ b/usr.sbin/ypserv/ypserv/ypserv.c   Sat Jul 06 00:31:07 2002 +0000
@@ -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 <moj%stacken.kth.se@localhost>
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #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 <sys/types.h>
@@ -70,8 +70,6 @@
 const char *svcname;
 #endif /* LIBWRAP */
 
-#define SIG_PF void(*)(int)
-
 int    usedns;
 #ifdef DEBUG
 int    foreground = 1;



Home | Main Index | Thread Index | Old Index