aboutsummaryrefslogtreecommitdiff
path: root/net/icb
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb')
-rw-r--r--net/icb/files/patch-icb::strccmp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/icb/files/patch-icb::strccmp.c b/net/icb/files/patch-icb::strccmp.c
new file mode 100644
index 000000000000..b68e9f210bcd
--- /dev/null
+++ b/net/icb/files/patch-icb::strccmp.c
@@ -0,0 +1,11 @@
+--- 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]);
+
+