diff options
Diffstat (limited to 'usr.bin/tip/cu.c')
-rw-r--r-- | usr.bin/tip/cu.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c index a1d41045b83..5c3fb1cc752 100644 --- a/usr.bin/tip/cu.c +++ b/usr.bin/tip/cu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.c,v 1.23 2007/11/26 09:28:34 martynas Exp $ */ +/* $OpenBSD: cu.c,v 1.24 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */ /* @@ -30,13 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: cu.c,v 1.23 2007/11/26 09:28:34 martynas Exp $"; -#endif /* not lint */ - #include <err.h> #include <paths.h> |