ports/net-im/icmpchat/files/patch-sendicmp.h
Stefan Eßer 4672d1602c Fix build with -fno-common
While here add dependencies reported as missing by stage-qa.
2020-10-01 18:57:41 +00:00

10 lines
267 B
C

--- 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 */