ports/net-im/icmpchat/files/patch-sendicmp.c
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

11 lines
215 B
C

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