]> git.pld-linux.org Git - packages/cancd.git/blame - cancd-limits.patch
- unified %clean section
[packages/cancd.git] / cancd-limits.patch
CommitLineData
2191d80d
PG
1fix building with newer glibc
2
3http://bugs.gentoo.org/246734
4
5--- cancd.c
6+++ cancd.c
7@@ -36,6 +36,7 @@
8 #include <libgen.h>
9 #include <getopt.h>
10 #include <stdarg.h>
11+#include <limits.h>
12 #include <sys/socket.h>
13 #include <arpa/inet.h>
14 #include <netinet/in.h>
This page took 0.075017 seconds and 4 git commands to generate.