diff options
Diffstat (limited to 'usr.bin/script/script.c')
-rw-r--r-- | usr.bin/script/script.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 885c3a48d54..056242afc76 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -1,4 +1,4 @@ -/* $OpenBSD: script.c,v 1.24 2005/12/12 20:10:53 deraadt Exp $ */ +/* $OpenBSD: script.c,v 1.25 2009/10/27 23:59:43 deraadt Exp $ */ /* $NetBSD: script.c,v 1.3 1994/12/21 08:55:43 jtc Exp $ */ /* @@ -55,19 +55,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static const char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; -#endif -static const char rcsid[] = "$OpenBSD: script.c,v 1.24 2005/12/12 20:10:53 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/wait.h> #include <sys/stat.h> |