cups: configure: disable acl
[packages.git] / net / knock / patches / 010_eglibc_define_PATH_MAX.patch
1 diff -Naur knock-0.5/src/knockd.c knock-0.5-new/src/knockd.c
2 --- knock-0.5/src/knockd.c      2005-06-27 08:11:34.000000000 +0300
3 +++ knock-0.5-new/src/knockd.c  2012-07-31 22:49:13.670323836 +0300
4 @@ -46,6 +46,7 @@
5  #include <syslog.h>
6  #include <pcap.h>
7  #include <errno.h>
8 +#include <limits.h> /* PATH_MAX in eglibc env */
9  #include "list.h"
10
11  static char version[] = "0.5";