diff options
Diffstat (limited to 'security/rid/patches/patch-aa')
-rw-r--r-- | security/rid/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/rid/patches/patch-aa b/security/rid/patches/patch-aa new file mode 100644 index 00000000000..b318ab495d4 --- /dev/null +++ b/security/rid/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/06/27 12:21:21 grant Exp $ + +--- functions.h.orig 2000-02-27 13:37:36.000000000 +1100 ++++ functions.h +@@ -6,7 +6,7 @@ void add_ip(char *ip); + int add_ips(char *ip, int mask); + void pingsweep(int numhosts); + void process_alive(int num_hosts); +-inline unsigned short ip_cksum(u_short *addr, int len); ++unsigned short ip_cksum(u_short *addr, int len); + void printlist(); + void icmp_send(); + void udp_send(); |