From 7e4c21c21135d15c4a11b4d4919247a5967f73b0 Mon Sep 17 00:00:00 2001 From: arved Date: Sat, 12 Jun 2004 21:29:02 +0000 Subject: Fix build with gcc34 --- ftp/puf/files/patch-hostlist.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftp/puf/files/patch-hostlist.c (limited to 'ftp/puf') 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) { -- cgit