diff options
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, |