From 23ca8e83a63955cf6120c642f6e426b600be9d16 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sat, 12 Jun 2004 21:29:02 +0000 Subject: [PATCH] Fix build with gcc34 --- ftp/puf/files/patch-hostlist.c | 11 +++++++++++ net-im/icb/files/patch-icb::strccmp.c | 11 +++++++++++ net/icb/files/patch-icb::strccmp.c | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 ftp/puf/files/patch-hostlist.c create mode 100644 net-im/icb/files/patch-icb::strccmp.c create mode 100644 net/icb/files/patch-icb::strccmp.c diff --git a/ftp/puf/files/patch-hostlist.c b/ftp/puf/files/patch-hostlist.c new file mode 100644 index 000000000000..8bc380e7476b --- /dev/null +++ b/ftp/puf/files/patch-hostlist.c @@ -0,0 +1,11 @@ +--- src/hostlist.c.orig Sat Jun 12 23:29:16 2004 ++++ src/hostlist.c Sat Jun 12 23:29:42 2004 +@@ -267,7 +267,7 @@ + else /* missed alias */ + return 1; + } +-noadd: ++noadd:; + } + + if (hapi) { diff --git a/net-im/icb/files/patch-icb::strccmp.c b/net-im/icb/files/patch-icb::strccmp.c new file mode 100644 index 000000000000..b68e9f210bcd --- /dev/null +++ b/net-im/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]); + + 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]); + +