diff options
Diffstat (limited to 'usr.bin/fold/fold.c')
-rw-r--r-- | usr.bin/fold/fold.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 50d8babc2c3..822aa4e786e 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fold.c,v 1.11 2007/04/07 23:20:18 tedu Exp $ */ +/* $OpenBSD: fold.c,v 1.12 2009/10/27 23:59:38 deraadt Exp $ */ /* $NetBSD: fold.c,v 1.6 1995/09/01 01:42:44 jtc Exp $ */ /*- @@ -33,19 +33,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; -#endif -static char rcsid[] = "$OpenBSD: fold.c,v 1.11 2007/04/07 23:20:18 tedu Exp $"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <string.h> |