diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:24 +0300 |
commit | d10f77b98663ff814fed1ab6bc54ab9649297c80 (patch) | |
tree | 371d66ae9e56e69d9c7f06fab7f8ce9dbbdd2bbe /core/dhcpcd/patches/fix-common-header.patch | |
parent | 5d327cff92b68ce9c7cdc534fc7b7bbefc607dad (diff) | |
download | repository-d10f77b98663ff814fed1ab6bc54ab9649297c80.tar.gz |
dhcpcd: move to extra
Diffstat (limited to 'core/dhcpcd/patches/fix-common-header.patch')
-rw-r--r-- | core/dhcpcd/patches/fix-common-header.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/dhcpcd/patches/fix-common-header.patch b/core/dhcpcd/patches/fix-common-header.patch deleted file mode 100644 index 854892a2..00000000 --- a/core/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> - |