diff options
Diffstat (limited to 'extra/dhcpcd/patches')
-rw-r--r-- | extra/dhcpcd/patches/fix-common-header.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/dhcpcd/patches/fix-common-header.patch b/extra/dhcpcd/patches/fix-common-header.patch deleted file mode 100644 index 854892a2..00000000 --- a/extra/dhcpcd/patches/fix-common-header.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- dhcpcd/src/common.h -+++ dhcpcd/src/common.h -@@ -31,6 +31,7 @@ - - #include <sys/param.h> - #include <sys/time.h> -+#include <sys/stat.h> - #include <stdint.h> - #include <stdio.h> - |