diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-05 23:37:36 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-05 23:37:36 +0000 |
commit | 63aafe47cd18acf0dd12597c90f043a6cf5a57fb (patch) | |
tree | 8da36b33a97c39d1ac17db61c343d64279ea506e /libexec/getty/main.c | |
parent | b02f73bd6e874dec1c9dedf38d239406afb031bb (diff) |
Remove duplicate inclusion of signal.h
Diffstat (limited to 'libexec/getty/main.c')
-rw-r--r-- | libexec/getty/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 5a6f9b4d48a..2b1d4dbbc6d 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.9 1997/07/23 20:36:25 kstailey Exp $"; +static char rcsid[] = "$Id: main.c,v 1.10 1997/08/05 23:37:35 angelos Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -55,7 +55,6 @@ static char rcsid[] = "$Id: main.c,v 1.9 1997/07/23 20:36:25 kstailey Exp $"; #include <ctype.h> #include <fcntl.h> #include <setjmp.h> -#include <signal.h> #include <stdlib.h> #include <string.h> #include <syslog.h> |