diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-03 08:00:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-03 08:00:06 +0300 |
commit | 9cacaf76c04753224cf972c7cf1d6d93034d2bb8 (patch) | |
tree | f98dc31d463e0d6871a471fda4c5615c424db184 /extra/dhcpcd/patches | |
parent | 2bf870b74601a13b22dae288c47318ad911b468c (diff) | |
download | repository-9cacaf76c04753224cf972c7cf1d6d93034d2bb8.tar.gz |
dhcpcd: bump to 9.1.3
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> - |