diff options
Diffstat (limited to 'usr.bin/biff')
-rw-r--r-- | usr.bin/biff/biff.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 0bc13268232..1af7fd2b539 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $ */ +/* $OpenBSD: biff.c,v 1.11 2009/10/27 23:59:36 deraadt Exp $ */ /* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; -#else -static char rcsid[] = "$OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> |