diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 02:30:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 02:30:04 +0000 |
| commit | e395985f1d4926cc284d62576fc49fd59e0bf2da (patch) | |
| tree | 0beae27c0c8684fdc0253a97b830880eca30800d /libexec/getty | |
| parent | 5da19f398a6173b45656f7119de0d026a1cdd168 (diff) | |
Notes
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 4d87215d2ccc..1c1a7b8d891b 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -46,9 +46,10 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/param.h> -#include <sys/stat.h> #include <sys/ioctl.h> +#include <sys/time.h> #include <sys/resource.h> +#include <sys/stat.h> #include <sys/ttydefaults.h> #include <sys/utsname.h> @@ -57,7 +58,6 @@ static const char rcsid[] = #include <fcntl.h> #include <locale.h> #include <libutil.h> -#include <signal.h> #include <setjmp.h> #include <signal.h> #include <stdlib.h> @@ -67,9 +67,9 @@ static const char rcsid[] = #include <time.h> #include <unistd.h> +#include "extern.h" #include "gettytab.h" #include "pathnames.h" -#include "extern.h" /* * Set the amount of running time that getty should accumulate |
