summaryrefslogtreecommitdiff
path: root/net-im/icmpchat/files/patch-sendicmp.h
blob: ff8d06c32ec8325e93dabc2ec77c66000c9d5ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- sendicmp.h.orig	2003-04-06 16:21:11 UTC
+++ sendicmp.h
@@ -16,6 +16,6 @@
 
 int sendpacket(int, const unsigned char *, const char *, int, int);
 int in_cksum(u_short *, int);
-struct sockaddr_in	saddr;
+extern struct sockaddr_in	saddr;
 
 #endif /* SENDICMP_H */