From 60aab665670e50cb18bba45ee25f2ed091759741 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 23 Feb 2004 04:42:13 +0000 Subject: Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus --- net/icmpmonitor/files/patch-aa | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net/icmpmonitor/files/patch-aa (limited to 'net/icmpmonitor/files/patch-aa') diff --git a/net/icmpmonitor/files/patch-aa b/net/icmpmonitor/files/patch-aa deleted file mode 100644 index b13715ae0e7f..000000000000 --- a/net/icmpmonitor/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- icmpmonitor.c.orig Fri Jun 7 00:05:24 2002 -+++ icmpmonitor.c Fri Jun 7 00:05:11 2002 -@@ -160,7 +160,7 @@ - /* protos */ - static void logopen(void); - static void logclose(void); --static void log(int type, char *format, ...); -+static void log(int type, char *format, ...) __printflike(2, 3); - static int gethostaddr(const char *name); - static void read_hosts(const char *cfg_file_name); - static void init_hosts(void); -@@ -698,7 +698,7 @@ - # endif - #endif - #if HAVE_SYSLOG -- syslog(type,buffer); -+ syslog(type,"%s",buffer); - #endif - } else - { -- cgit v1.2.3