]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - net-tools/patches/net-tools-1.60-manydevs.patch
net-tools: Update to 2.0 git-rev e5f1be13.
[people/pmueller/ipfire-3.x.git] / net-tools / patches / net-tools-1.60-manydevs.patch
diff --git a/net-tools/patches/net-tools-1.60-manydevs.patch b/net-tools/patches/net-tools-1.60-manydevs.patch
deleted file mode 100644 (file)
index d07ffba..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/nstrcmp.c.bak  Fri Apr 12 00:15:01 2002
-+++ lib/nstrcmp.c      Fri Apr 12 00:15:29 2002
-@@ -16,8 +16,8 @@
-       b++;
-     }
-     if (isdigit(*a)) {
--      if (!isdigit(*b))
--          return -1;
-+        if (!isdigit(*b))
-+          return 1;
-       while (a > astr) {
-           a--;
-           if (!isdigit(*a)) {