diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-06 22:04:22 (GMT) |
commit | 745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e (patch) | |
tree | 690c9baaf6f938da0b9203708a649bca5e980e96 /abs/extra-testing/community/moblock/moblock_include.patch | |
parent | 0d8d8e073d7118d67fd8c3bdaf7be00c76df317a (diff) | |
download | linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.zip linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.gz linhes_pkgbuild-745ebc4d0b581a1e891a56b8b21c19b3bbd40c5e.tar.bz2 |
Added moblock
Diffstat (limited to 'abs/extra-testing/community/moblock/moblock_include.patch')
-rw-r--r-- | abs/extra-testing/community/moblock/moblock_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra-testing/community/moblock/moblock_include.patch b/abs/extra-testing/community/moblock/moblock_include.patch new file mode 100644 index 0000000..644e824 --- /dev/null +++ b/abs/extra-testing/community/moblock/moblock_include.patch @@ -0,0 +1,10 @@ +--- MoBlock-0.8/MoBlock.c.orig 2008-08-15 14:41:49.000000000 -0400 ++++ MoBlock-0.8/MoBlock.c 2008-08-15 14:43:45.000000000 -0400 +@@ -32,6 +32,7 @@ + #include <netinet/udp.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
++#include <limits.h>
+ #include <linux/netfilter_ipv4.h>
+ #include <signal.h>
+ #include <regex.h>
|