aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/bsdftpd-ssl/files/patch-ftpd::popen.c
blob: b6493810654be7c808192e7814f14a9c8a40aaa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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