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 /ftp/puf | |
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 'ftp/puf')
-rw-r--r-- | ftp/puf/files/patch-hostlist.c | 11 |
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) { |