diff options
| author | jtc <jtc@NetBSD.org> | 1995-08-31 22:11:37 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-08-31 22:11:37 +0000 |
| commit | f1df59ade6f9c0a373121bc2db342ae660853782 (patch) | |
| tree | 749c7981ca0fba5c032d80ffa504257a20442707 /usr.bin/tput | |
| parent | fcf00a7f44d3597c85097eedb492cc25f966ba4f (diff) | |
Sync with 4.4lite2
Diffstat (limited to 'usr.bin/tput')
| -rw-r--r-- | usr.bin/tput/tput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index e4f4297e23c..d8b3280a640 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -1,4 +1,4 @@ -/* $NetBSD: tput.c,v 1.7 1995/06/19 22:50:42 jtc Exp $ */ +/* $NetBSD: tput.c,v 1.8 1995/08/31 22:11:37 jtc Exp $ */ /*- * Copyright (c) 1980, 1988, 1993 @@ -41,9 +41,9 @@ static char copyright[] = #ifndef lint #if 0 -static char sccsid[] = "@(#)tput.c 8.2 (Berkeley) 3/19/94"; +static char sccsid[] = "@(#)tput.c 8.3 (Berkeley) 4/28/95"; #endif -static char rcsid[] = "$NetBSD: tput.c,v 1.7 1995/06/19 22:50:42 jtc Exp $"; +static char rcsid[] = "$NetBSD: tput.c,v 1.8 1995/08/31 22:11:37 jtc Exp $"; #endif /* not lint */ #include <termios.h> |
