summaryrefslogtreecommitdiff
path: root/net/icmpmonitor/files/patch-aa
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/icmpmonitor/files/patch-aa
parentBROKEN on !i386: Does not compile (diff)
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
Diffstat (limited to 'net/icmpmonitor/files/patch-aa')
-rw-r--r--net/icmpmonitor/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
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
- {