summaryrefslogtreecommitdiff
path: root/security/rid/patches/patch-aa
blob: b318ab495d42d728fb486b641e268dae7b914245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();