diff options
author | kan <kan@FreeBSD.org> | 2003-09-01 04:12:18 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-09-01 04:12:18 +0000 |
commit | 80babb4e26ae83fac561780016f238e6c4ca9815 (patch) | |
tree | 30809930296cd805616d4b3990b6dc4b625fbf8b /libexec | |
parent | 0d97eb2309563cba74fc6a322e7ab885c9b6b07d (diff) | |
download | FreeBSD-src-80babb4e26ae83fac561780016f238e6c4ca9815.zip FreeBSD-src-80babb4e26ae83fac561780016f238e6c4ca9815.tar.gz |
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.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/popen.c | 1 | ||||
-rw-r--r-- | libexec/rpc.rquotad/rquotad.c | 1 |
2 files changed, 0 insertions, 2 deletions
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 <syslog.h> #include <time.h> -#include <varargs.h> #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 <unistd.h> #include <syslog.h> -#include <varargs.h> #include <ufs/ufs/quota.h> #include <rpc/rpc.h> |