summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-06-12 21:29:02 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-06-12 21:29:02 +0000
commit23ca8e83a63955cf6120c642f6e426b600be9d16 (patch)
treec78f96cb3d7dfc0dde52e0c4af7e1a64e01145a7 /ftp
parent- Update to version 0.6.0 (diff)
Fix build with gcc34
Notes
Notes: svn path=/head/; revision=111355
Diffstat (limited to 'ftp')
-rw-r--r--ftp/puf/files/patch-hostlist.c11
1 files changed, 11 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) {