diff options
Diffstat (limited to 'usr.bin/vi/ex/ex_tcl.c')
-rw-r--r-- | usr.bin/vi/ex/ex_tcl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/vi/ex/ex_tcl.c b/usr.bin/vi/ex/ex_tcl.c index a03f10e9903..06736a78100 100644 --- a/usr.bin/vi/ex/ex_tcl.c +++ b/usr.bin/vi/ex/ex_tcl.c @@ -12,7 +12,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "@(#)ex_tcl.c 8.9 (Berkeley) 4/28/96"; +static const char sccsid[] = "@(#)ex_tcl.c 8.10 (Berkeley) 9/15/96"; #endif /* not lint */ #include <sys/types.h> @@ -20,7 +20,6 @@ static const char sccsid[] = "@(#)ex_tcl.c 8.9 (Berkeley) 4/28/96"; #include <bitstring.h> #include <limits.h> -#include <signal.h> #include <stdio.h> #include <string.h> #include <termios.h> |