diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:43:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-21 14:43:28 +0000 |
commit | 9ee88b416ad3b15e4a47b9839004f6ae9690df55 (patch) | |
tree | 080d4fa754a5a0257d255716acc6c1626f4c0de0 /ftp | |
parent | 90f9d5872a6a1844f276bf244f5b82d9e5fc52c8 (diff) | |
download | ports-9ee88b416ad3b15e4a47b9839004f6ae9690df55.tar.gz ports-9ee88b416ad3b15e4a47b9839004f6ae9690df55.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bsdftpd-ssl/files/patch-ftpd::popen.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/bsdftpd-ssl/files/patch-ftpd::popen.c b/ftp/bsdftpd-ssl/files/patch-ftpd::popen.c new file mode 100644 index 000000000000..b6493810654b --- /dev/null +++ b/ftp/bsdftpd-ssl/files/patch-ftpd::popen.c @@ -0,0 +1,12 @@ +diff -urN ftpd/popen.c.ORI ftpd/popen.c +--- ftpd/popen.c.ORI Mon Dec 17 12:21:41 2001 ++++ ftpd/popen.c Fri Oct 17 02:27:29 2003 +@@ -64,7 +64,7 @@ + #include "pathnames.h" + #include <syslog.h> + #include <time.h> +-#include <varargs.h> ++#include <stdarg.h> + #endif + + #define MAXUSRARGS 100 |