diff options
Diffstat (limited to 'usr.bin/tip/uucplock.c')
-rw-r--r-- | usr.bin/tip/uucplock.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/tip/uucplock.c b/usr.bin/tip/uucplock.c index d1581b9c545..7ea9c6c53a1 100644 --- a/usr.bin/tip/uucplock.c +++ b/usr.bin/tip/uucplock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uucplock.c,v 1.11 2006/03/16 19:32:46 deraadt Exp $ */ +/* $OpenBSD: uucplock.c,v 1.12 2009/10/27 23:59:45 deraadt Exp $ */ /* $NetBSD: uucplock.c,v 1.7 1997/02/11 09:24:08 mrg Exp $ */ /* @@ -30,13 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: uucplock.c,v 1.11 2006/03/16 19:32:46 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/file.h> #include <sys/dir.h> |