diff options
Diffstat (limited to 'bin/stty/print.c')
-rw-r--r-- | bin/stty/print.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/stty/print.c b/bin/stty/print.c index 899301365bf..a765e714b9a 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.12 2006/06/04 01:35:05 deraadt Exp $ */ +/* $OpenBSD: print.c,v 1.13 2009/10/27 23:59:22 deraadt Exp $ */ /* $NetBSD: print.c,v 1.11 1996/05/07 18:20:10 jtc Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; -#else -static char rcsid[] = "$OpenBSD: print.c,v 1.12 2006/06/04 01:35:05 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <stddef.h> |