diff options
Diffstat (limited to 'usr.bin/tip/remote.c')
-rw-r--r-- | usr.bin/tip/remote.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/tip/remote.c b/usr.bin/tip/remote.c index 2312a05388c..2592221b525 100644 --- a/usr.bin/tip/remote.c +++ b/usr.bin/tip/remote.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.c,v 1.17 2007/05/15 19:42:05 moritz Exp $ */ +/* $OpenBSD: remote.c,v 1.18 2009/10/27 23:59:44 deraadt Exp $ */ /* $NetBSD: remote.c,v 1.5 1997/04/20 00:02:45 mellon Exp $ */ /* @@ -31,19 +31,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: remote.c,v 1.17 2007/05/15 19:42:05 moritz Exp $"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> |