diff options
-rw-r--r-- | ftp/puf/files/patch-hostlist.c | 11 | ||||
-rw-r--r-- | net-im/icb/files/patch-icb::strccmp.c | 11 | ||||
-rw-r--r-- | net/icb/files/patch-icb::strccmp.c | 11 |
3 files changed, 33 insertions, 0 deletions
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]); + + |