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.
This commit is contained in:
Alexander Kabaev 2003-09-01 04:12:18 +00:00
parent f92921ddff
commit 84c0a48249
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119632
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$");
#include <syslog.h>
#include <termios.h>
#include <unistd.h>
#include <varargs.h>
#define TIMEOUT 15