diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 21:29:02 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 21:29:02 +0000 |
commit | 23ca8e83a63955cf6120c642f6e426b600be9d16 (patch) | |
tree | c78f96cb3d7dfc0dde52e0c4af7e1a64e01145a7 /ftp/puf | |
parent | a9758d21ae83ed556eaedda3529def3cfeaa71df (diff) | |
download | ports-23ca8e83a63955cf6120c642f6e426b600be9d16.tar.gz ports-23ca8e83a63955cf6120c642f6e426b600be9d16.zip |
Notes
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) { |