summaryrefslogtreecommitdiffstats
path: root/lib/libocurses/tty.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2005-08-14 17:15:19 +0000
committerespie <espie@openbsd.org>2005-08-14 17:15:19 +0000
commite05b1003374f7ea0f40ef50508a590bfad788862 (patch)
tree556d37576226c9a6b66e128ed912aa75c64bdc5f /lib/libocurses/tty.c
parentDCIAS() no more. (diff)
downloadwireguard-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.c5
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>