diff options
Diffstat (limited to 'net/icb/files/patch-icb::strccmp.c')
-rw-r--r-- | net/icb/files/patch-icb::strccmp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/icb/files/patch-icb::strccmp.c b/net/icb/files/patch-icb::strccmp.c deleted file mode 100644 index b68e9f210bcd..000000000000 --- a/net/icb/files/patch-icb::strccmp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004 -+++ icb/strccmp.c Sat Jun 12 23:23:48 2004 -@@ -237,7 +237,7 @@ - if (a == '\0') - return 0; - --shloop: } -+shloop:; } - while (cm[a] != cm[b]); - - |