diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:49:41 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:49:41 +0000 |
| commit | 89ce76718e726ee2753efa7df957eb8324bedfbe (patch) | |
| tree | caf0d9658756bac1ba17dd9daad83a3e490154fb /main/dhcpcd/fix-includes.patch | |
| parent | 6c1a7c747574984b8bce8579218b8b1f6ee46dcb (diff) | |
| download | aports-89ce76718e726ee2753efa7df957eb8324bedfbe.tar.bz2 aports-89ce76718e726ee2753efa7df957eb8324bedfbe.tar.xz | |
main/dhcpcd: upgrade to 6.4.7
Diffstat (limited to 'main/dhcpcd/fix-includes.patch')
| -rw-r--r-- | main/dhcpcd/fix-includes.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/main/dhcpcd/fix-includes.patch b/main/dhcpcd/fix-includes.patch deleted file mode 100644 index 555778b6a7..0000000000 --- a/main/dhcpcd/fix-includes.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff --git a/dhcp6.c b/dhcp6.c -index 9c1fbec..5a8b94a 100644 ---- a/dhcp6.c -+++ b/dhcp6.c -@@ -31,10 +31,6 @@ - #include <sys/utsname.h> - - #include <netinet/in.h> --#ifdef __linux__ --# define _LINUX_IN6_H --# include <linux/ipv6.h> --#endif - - #include <ctype.h> - #include <errno.h> -diff --git a/dhcpcd.c b/dhcpcd.c -index 64758e5..652313e 100644 ---- a/dhcpcd.c -+++ b/dhcpcd.c -@@ -48,6 +48,7 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2014 Roy Marples"; - #include <syslog.h> - #include <unistd.h> - #include <time.h> -+#include <fcntl.h> - - #include "config.h" - #include "arp.h" -diff --git a/ipv6.h b/ipv6.h -index 4a89d85..a04fa5a 100644 ---- a/ipv6.h -+++ b/ipv6.h -@@ -33,11 +33,6 @@ - - #include <netinet/in.h> - --#ifdef __linux__ --# define _LINUX_IN6_H --# include <linux/ipv6.h> --#endif -- - #include "dhcpcd.h" - - #define ALLROUTERS "ff02::2" -diff --git a/ipv6nd.c b/ipv6nd.c -index a755fe8..b747fbd 100644 ---- a/ipv6nd.c -+++ b/ipv6nd.c -@@ -33,11 +33,6 @@ - #include <netinet/ip6.h> - #include <netinet/icmp6.h> - --#ifdef __linux__ --# define _LINUX_IN6_H --# include <linux/ipv6.h> --#endif -- - #include <errno.h> - #include <fcntl.h> - #include <stddef.h> |
