You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/cancd/files/cancd-0.1.0-build-r1.patch

15 lines
266 B

fix building with newer glibc
http://bugs.gentoo.org/246734
--- a/cancd.c
+++ b/cancd.c
@@ -36,6 +36,7 @@
#include <libgen.h>
#include <getopt.h>
#include <stdarg.h>
+#include <limits.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>