diff options
Diffstat (limited to 'cmd-line-utils/libedit/tty.c')
-rw-r--r-- | cmd-line-utils/libedit/tty.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd-line-utils/libedit/tty.c b/cmd-line-utils/libedit/tty.c index 1e08fc37fa1..2c7b502136d 100644 --- a/cmd-line-utils/libedit/tty.c +++ b/cmd-line-utils/libedit/tty.c @@ -37,13 +37,6 @@ */ #include "compat.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; -#else -__RCSID("$NetBSD: tty.c,v 1.15 2001/05/17 01:02:17 christos Exp $"); -#endif -#endif /* not lint && not SCCSID */ /* * tty.c: tty interface stuff |