diff options
author | 2005-08-14 17:15:19 +0000 | |
---|---|---|
committer | 2005-08-14 17:15:19 +0000 | |
commit | e05b1003374f7ea0f40ef50508a590bfad788862 (patch) | |
tree | 556d37576226c9a6b66e128ed912aa75c64bdc5f /lib/libocurses/tty.c | |
parent | DCIAS() no more. (diff) | |
download | wireguard-openbsd-e05b1003374f7ea0f40ef50508a590bfad788862.tar.xz wireguard-openbsd-e05b1003374f7ea0f40ef50508a590bfad788862.zip |
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> |