summaryrefslogtreecommitdiff
path: root/app-admin/cancd/files/cancd-0.1.0-build-r1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/cancd/files/cancd-0.1.0-build-r1.patch')
-rw-r--r--app-admin/cancd/files/cancd-0.1.0-build-r1.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-admin/cancd/files/cancd-0.1.0-build-r1.patch b/app-admin/cancd/files/cancd-0.1.0-build-r1.patch
deleted file mode 100644
index 19bc929b2bc0..000000000000
--- a/app-admin/cancd/files/cancd-0.1.0-build-r1.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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>