diff options
| author | Valery Kartel <valery.kartel@gmail.com> | 2016-01-28 23:58:14 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-02 14:43:12 +0000 |
| commit | a4112ced080e2ce7dee75dd669de5c81ca08e422 (patch) | |
| tree | 963cd5b4718a3d3ebbf976f02f50d1a3f5b0d429 /main/dhcpcd-dbus/strverscmp.patch | |
| parent | b9726b93187b43ac102a0f2e5d62375394d46bea (diff) | |
| download | aports-a4112ced080e2ce7dee75dd669de5c81ca08e422.tar.bz2 aports-a4112ced080e2ce7dee75dd669de5c81ca08e422.tar.xz | |
main/dhcpcd-dbus: upgrade to 0.6.1
Diffstat (limited to 'main/dhcpcd-dbus/strverscmp.patch')
| -rw-r--r-- | main/dhcpcd-dbus/strverscmp.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/dhcpcd-dbus/strverscmp.patch b/main/dhcpcd-dbus/strverscmp.patch new file mode 100644 index 0000000000..70507b77e3 --- /dev/null +++ b/main/dhcpcd-dbus/strverscmp.patch @@ -0,0 +1,21 @@ +--- 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) |
