summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-01-09 16:55:31 -0600
committerWilliam Hubbs <williamh@gentoo.org>2016-01-09 17:04:46 -0600
commitb945516b07d8c26cb1cbf42658b49824ee33f3cf (patch)
tree65bee01d62597f2cdfc843b12d414d3c133939d6 /net-misc/dhcpcd/files
parentprofiles: Mask Java 8 virtuals on pre-armv6 to fix tree breakage (diff)
downloadgentoo-b945516b07d8c26cb1cbf42658b49824ee33f3cf.tar.gz
gentoo-b945516b07d8c26cb1cbf42658b49824ee33f3cf.tar.bz2
gentoo-b945516b07d8c26cb1cbf42658b49824ee33f3cf.zip
net-misc/dhcpcd: remove old unstable versions
Diffstat (limited to 'net-misc/dhcpcd/files')
-rw-r--r--net-misc/dhcpcd/files/dhcpcd-6.9.4-no-ipv6.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/dhcpcd/files/dhcpcd-6.9.4-no-ipv6.patch b/net-misc/dhcpcd/files/dhcpcd-6.9.4-no-ipv6.patch
deleted file mode 100644
index d0b73f386a89..000000000000
--- a/net-misc/dhcpcd/files/dhcpcd-6.9.4-no-ipv6.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: dhcp6.h
-==================================================================
---- dhcp6.h
-+++ dhcp6.h
-@@ -252,13 +252,14 @@
- int dhcp6_dump(struct interface *);
- #else
- #define dhcp6_find_delegates(a) {}
- #define dhcp6_start(a, b) (0)
- #define dhcp6_reboot(a) {}
-+#define dhcp6_renew(a) {}
- #define dhcp6_env(a, b, c, d, e) {}
- #define dhcp6_free(a) {}
- #define dhcp6_dadcompleted(a) (0)
- #define dhcp6_drop(a, b) {}
- #define dhcp6_dump(a) (-1)
- #endif
-
- #endif
-