summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
-