diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-14 17:15:20 +0000 |
commit | 89e22d556d6a3517beebb02c12e4a465dbb4aadf (patch) | |
tree | f4100a056ca43c46245e0370a1ddfce3c6db3701 /lib/libocurses/tty.c | |
parent | 14c8226bce6edf111430283640cb1449dc5839e9 (diff) |
zap sccsid, okay deraadt@
Diffstat (limited to 'lib/libocurses/tty.c')
-rw-r--r-- | lib/libocurses/tty.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libocurses/tty.c b/lib/libocurses/tty.c index 8373edc182c..707108e4e49 100644 --- a/lib/libocurses/tty.c +++ b/lib/libocurses/tty.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tty.c,v 1.3 2005/08/14 17:15:19 espie Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -27,10 +28,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)tty.c 8.5 (Berkeley) 8/13/94"; -#endif /* not lint */ - #include <stdlib.h> #include <termios.h> #include <unistd.h> |