summarylogtreecommitdiffstats
path: root/ssmping_x86_64.patch
blob: 8e83e95160f49ba13ff3ae5b0cc285b650c84609 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ssmping-0.9.1.orig/ssmping.c       2008-02-18 14:41:50.000000000 +0100
+++ ssmping-0.9.1/ssmping.c    2010-02-19 01:07:59.000000000 +0100
@@ -22,7 +24,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;