summaryrefslogtreecommitdiff
path: root/libexec/getty/main.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-05-15 23:46:50 +0000
committerjtc <jtc@NetBSD.org>1996-05-15 23:46:50 +0000
commit01120f4477f7c19cf668539cff67acd30a040ce7 (patch)
treeb71b2d44dbf2cbb06950ff222eb113b556ed68f6 /libexec/getty/main.c
parent46d44c05b098e341df3ed2cc4c441506b4045c04 (diff)
Updated to use <util.h>.
From Greg Hudson <ghudson@MIT.EDU>.
Diffstat (limited to 'libexec/getty/main.c')
-rw-r--r--libexec/getty/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 9395ebe2226..83c554ac266 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -39,7 +39,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/
-static char rcsid[] = "$Id: main.c,v 1.16 1996/02/08 06:19:14 mycroft Exp $";
+static char rcsid[] = "$Id: main.c,v 1.17 1996/05/15 23:46:52 jtc Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -61,6 +61,7 @@ static char rcsid[] = "$Id: main.c,v 1.16 1996/02/08 06:19:14 mycroft Exp $";
#include <syslog.h>
#include <time.h>
#include <unistd.h>
+#include <util.h>
#include "gettytab.h"
#include "pathnames.h"