wok diff knock/stuff/knock.u @ rev 13949

add python dnspython
author ernia <monghitri@aruba.it>
date Tue Jan 29 20:56:57 2013 +0000 (2013-01-29)
parents e906460e922d
children 216fe5c85b71
line diff
     1.1 --- a/knock/stuff/knock.u	Wed Oct 01 11:27:07 2008 +0000
     1.2 +++ b/knock/stuff/knock.u	Tue Jan 29 20:56:57 2013 +0000
     1.3 @@ -30,3 +30,14 @@
     1.4   	logfile = /var/log/knockd.log
     1.5   
     1.6   [openSSH]
     1.7 +
     1.8 +--- knock-0.5/src/knockd.c
     1.9 ++++ knock-0.5/src/knockd.c
    1.10 +@@ -46,6 +46,7 @@
    1.11 + #include <syslog.h>
    1.12 + #include <pcap.h>
    1.13 + #include <errno.h>
    1.14 ++#include <linux/limits.h>
    1.15 + #include "list.h"
    1.16 + 
    1.17 + static char version[] = "0.5";