aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lldpd/fix-ppc64le-pathmax.patch
diff options
context:
space:
mode:
authorThomas Liske <thomas@fiasko-nw.net>2020-03-31 12:07:47 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-03-31 15:20:12 +0000
commit47354f4ce4dbf5dd11ea3ccdecaf11141c94c60c (patch)
tree977a4e50041a683019ed850360bb2cb36e561370 /testing/lldpd/fix-ppc64le-pathmax.patch
parent54f4b1db60bbafdd1f9b718a8a6af3b40d19d230 (diff)
downloadaports-47354f4ce4dbf5dd11ea3ccdecaf11141c94c60c.tar.bz2
aports-47354f4ce4dbf5dd11ea3ccdecaf11141c94c60c.tar.xz
community/lldpd: move from testing
Diffstat (limited to 'testing/lldpd/fix-ppc64le-pathmax.patch')
-rw-r--r--testing/lldpd/fix-ppc64le-pathmax.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/lldpd/fix-ppc64le-pathmax.patch b/testing/lldpd/fix-ppc64le-pathmax.patch
deleted file mode 100644
index 0fe0f095f5..0000000000
--- a/testing/lldpd/fix-ppc64le-pathmax.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/daemon/priv.c
-+++ b/src/daemon/priv.c
-@@ -36,6 +36,7 @@
- #include <sys/utsname.h>
- #include <sys/ioctl.h>
- #include <netinet/if_ether.h>
-+#include <limits.h>
-
- #ifdef HAVE_LINUX_CAPABILITIES
- #include <sys/capability.h>