diff options
Diffstat (limited to 'main/dhcpcd-dbus/strverscmp.patch')
-rw-r--r-- | main/dhcpcd-dbus/strverscmp.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/dhcpcd-dbus/strverscmp.patch b/main/dhcpcd-dbus/strverscmp.patch deleted file mode 100644 index 70507b77e3..0000000000 --- a/main/dhcpcd-dbus/strverscmp.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- old/dhcpcd.c -+++ new/dhcpcd.c -@@ -664,8 +664,7 @@ - return list; - } - --#ifndef __GLIBC__ --/* Good enough for our needs */ -+/* - static int - strverscmp(const char *s1, const char *s2) - { -@@ -687,7 +686,7 @@ - return r; - return s1part - s2part; - } --#endif -+*/ - - void - dhcpcd_init(_unused void *data) |