diff options
Diffstat (limited to 'usr.bin/sed/main.c')
-rw-r--r-- | usr.bin/sed/main.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index ac151a90262..f50cb7e479f 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.16 2009/08/07 03:30:56 djm Exp $ */ +/* $OpenBSD: main.c,v 1.17 2009/10/27 23:59:43 deraadt Exp $ */ /*- * Copyright (c) 1992 Diomidis Spinellis. @@ -33,14 +33,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"; -/* from: static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; */ -static const char rcsid[] = "$OpenBSD: main.c,v 1.16 2009/08/07 03:30:56 djm Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <ctype.h> |