From 23ca8e83a63955cf6120c642f6e426b600be9d16 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 12 Jun 2004 21:29:02 +0000 Subject: Fix build with gcc34 --- net/icb/files/patch-icb::strccmp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/icb/files/patch-icb::strccmp.c (limited to 'net/icb') 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]); + + -- cgit v1.2.3