mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
$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();
|