diff options
author | arved <arved@FreeBSD.org> | 2004-06-13 05:29:02 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-06-13 05:29:02 +0800 |
commit | 7e4c21c21135d15c4a11b4d4919247a5967f73b0 (patch) | |
tree | eb776f9fb4f1330c3802b150168e3ad211af0272 /net | |
parent | eb18c2f337d3dd2bbbe22ae2204f3479b491b5a0 (diff) | |
download | freebsd-ports-gnome-7e4c21c21135d15c4a11b4d4919247a5967f73b0.tar.gz freebsd-ports-gnome-7e4c21c21135d15c4a11b4d4919247a5967f73b0.tar.zst freebsd-ports-gnome-7e4c21c21135d15c4a11b4d4919247a5967f73b0.zip |
Fix build with gcc34
Diffstat (limited to 'net')
-rw-r--r-- | net/icb/files/patch-icb::strccmp.c | 11 |
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]); + + |