wok-4.x diff libnl/stuff/libnl-1.1-ULONG_MAX.patch @ rev 9521
Add arpwatch.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 07 08:27:54 2011 +0000 (2011-04-07) |
parents | |
children | e8b6a292c4f7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libnl/stuff/libnl-1.1-ULONG_MAX.patch Thu Apr 07 08:27:54 2011 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +--- libnl-1.1-ori/include/netlink-local.h Mon Jan 14 15:48:45 2008 1.5 ++++ libnl-1.1/include/netlink-local.h Sat Sep 26 06:33:01 2009 1.6 +@@ -26,6 +26,7 @@ 1.7 + #include <sys/socket.h> 1.8 + #include <inttypes.h> 1.9 + #include <assert.h> 1.10 ++#include <limits.h> 1.11 + 1.12 + #include <arpa/inet.h> 1.13 + #include <netdb.h>