summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-09-01 04:12:18 +0000
committerkan <kan@FreeBSD.org>2003-09-01 04:12:18 +0000
commit80babb4e26ae83fac561780016f238e6c4ca9815 (patch)
tree30809930296cd805616d4b3990b6dc4b625fbf8b /usr.bin/lock
parent0d97eb2309563cba74fc6a322e7ab885c9b6b07d (diff)
downloadFreeBSD-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 'usr.bin/lock')
-rw-r--r--usr.bin/lock/lock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index 3d0c06d..15d9941 100644
--- a/usr.bin/lock/lock.c
+++ b/usr.bin/lock/lock.c
@@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$");
#include <syslog.h>
#include <termios.h>
#include <unistd.h>
-#include <varargs.h>
#define TIMEOUT 15
OpenPOWER on IntegriCloud