diff options
Diffstat (limited to 'usr.bin/apply/apply.c')
-rw-r--r-- | usr.bin/apply/apply.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 867a55631bb..bfb5e34270c 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apply.c,v 1.23 2007/05/09 01:54:40 ray Exp $ */ +/* $OpenBSD: apply.c,v 1.24 2009/10/27 23:59:35 deraadt Exp $ */ /* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */ /*- @@ -33,14 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; -#else -static const char rcsid[] = "$OpenBSD: apply.c,v 1.23 2007/05/09 01:54:40 ray Exp $"; -#endif -#endif /* not lint */ - #include <sys/wait.h> #include <ctype.h> |