]> git.pld-linux.org Git - packages/cancd.git/blob - cancd-limits.patch
- unified %clean section
[packages/cancd.git] / cancd-limits.patch
1 fix building with newer glibc
2
3 http://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.076137 seconds and 3 git commands to generate.