From 80babb4e26ae83fac561780016f238e6c4ca9815 Mon Sep 17 00:00:00 2001 From: kan Date: Mon, 1 Sep 2003 04:12:18 +0000 Subject: Eliminate last three uses of varargs.h in the tree. These three files were including varargs.h file but did not use any of its macros, so they escaped the clean-up before. --- libexec/ftpd/popen.c | 1 - libexec/rpc.rquotad/rquotad.c | 1 - 2 files changed, 2 deletions(-) (limited to 'libexec') diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index b0b3b61..abc4ec2 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -58,7 +58,6 @@ static const char rcsid[] = #include "pathnames.h" #include #include -#include #define MAXUSRARGS 100 #define MAXGLOBARGS 1000 diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index acc1e64..653ea15 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -28,7 +28,6 @@ static const char rcsid[] = #include #include -#include #include #include -- cgit v1.1