diff options
Diffstat (limited to 'ftp/puf/files/patch-hostlist.c')
-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 0000000..8bc380e --- /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) { |