You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ssmping/files/ssmping-0.9-build.patch

24 lines
461 B

fixup build errors/warnings
http://bugs.gentoo.org/240750
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
PREFIX ?= /usr/local
+CPPFLAGS += -D_GNU_SOURCE
all: ssmping asmping ssmpingd mcfirst
--- a/ssmping.c
+++ b/ssmping.c
@@ -22,7 +22,7 @@
uint16_t size;
uint32_t intface;
struct sockaddr_storage name, ucaddr, mcaddr, grpaddr;
- size_t namelen;
+ socklen_t namelen;
#ifdef WIN32
WORD wVersionRequested;
WSADATA wsaData;