diff options
Diffstat (limited to 'usr.bin/tn3270/sys_curses/termout.c')
-rw-r--r-- | usr.bin/tn3270/sys_curses/termout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tn3270/sys_curses/termout.c b/usr.bin/tn3270/sys_curses/termout.c index d603708e2c1..680b9ef6d7c 100644 --- a/usr.bin/tn3270/sys_curses/termout.c +++ b/usr.bin/tn3270/sys_curses/termout.c @@ -1,3 +1,5 @@ +/* $OpenBSD: termout.c,v 1.5 1996/06/26 05:41:32 deraadt Exp $ */ + /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -33,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)termout.c 4.3 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$Id: termout.c,v 1.4 1996/06/02 20:10:59 tholo Exp $"; +static char rcsid[] = "$OpenBSD: termout.c,v 1.5 1996/06/26 05:41:32 deraadt Exp $"; #endif /* not lint */ #if defined(unix) |