summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dhcpcd/files/dhcpcd-9.1.1-typo_fix.patch')
-rw-r--r--net-misc/dhcpcd/files/dhcpcd-9.1.1-typo_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/files/dhcpcd-9.1.1-typo_fix.patch b/net-misc/dhcpcd/files/dhcpcd-9.1.1-typo_fix.patch
deleted file mode 100644
index 0d97b7f82756..000000000000
--- a/net-misc/dhcpcd/files/dhcpcd-9.1.1-typo_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dhcpcd-9.1.1/src/if-options.c
-+++ dhcpcd-9.1.1/src/if-options.c
-@@ -2367,7 +2367,7 @@
- }
- if (buf[buflen - 1] != '\0') {
- if (buflen < sizeof(buf) - 1)
-- bulen++;
-+ buflen++;
- buf[buflen - 1] = '\0';
- }
- #else