View | Details | Raw Unified | Return to bug 58200
Collapse All | Expand All

(-)bsdftpd-ssl/files/patch-aa (+12 lines)
Line 0 Link Here
1
diff -urN ftpd/popen.c.ORI ftpd/popen.c
2
--- ftpd/popen.c.ORI	Mon Dec 17 12:21:41 2001
3
+++ ftpd/popen.c	Fri Oct 17 02:27:29 2003
4
@@ -64,7 +64,7 @@
5
 #include "pathnames.h"
6
 #include <syslog.h>
7
 #include <time.h>
8
-#include <varargs.h>
9
+#include <stdarg.h>
10
 #endif
11
 
12
 #define	MAXUSRARGS	100

Return to bug 58200