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:
parent
f92921ddff
commit
84c0a48249
@ -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
|
||||
|
@ -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>
|
||||
|
@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <syslog.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <varargs.h>
|
||||
|
||||
#define TIMEOUT 15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user