diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 18:57:41 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-10-01 18:57:41 +0000 |
commit | 4672d1602c046754593b889dd845c09d59773222 (patch) | |
tree | 6a21afb826c17a10abfe7c5026097d6c8195d41a /net-im/icmpchat/files/patch-sendicmp.c | |
parent | Fix build with -fno-common (diff) |
Fix build with -fno-common
While here add dependencies reported as missing by stage-qa.
Notes
Notes:
svn path=/head/; revision=550865
Diffstat (limited to 'net-im/icmpchat/files/patch-sendicmp.c')
-rw-r--r-- | net-im/icmpchat/files/patch-sendicmp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/icmpchat/files/patch-sendicmp.c b/net-im/icmpchat/files/patch-sendicmp.c new file mode 100644 index 000000000000..016d3a38e189 --- /dev/null +++ b/net-im/icmpchat/files/patch-sendicmp.c @@ -0,0 +1,11 @@ +--- sendicmp.c.orig 2003-04-08 10:58:56 UTC ++++ sendicmp.c +@@ -3,6 +3,8 @@ + #include "config.h" + #include "sendicmp.h" + ++struct sockaddr_in saddr; ++ + int + sendpacket(int rawsock, + const unsigned char *text, |