diff options
Diffstat (limited to 'usr.bin/rev/rev.c')
| -rw-r--r-- | usr.bin/rev/rev.c | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index c023d8e55e40..50921e7b4665 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -31,19 +31,20 @@   * SUCH DAMAGE.   */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); -  #ifndef lint  static const char copyright[] =  "@(#) Copyright (c) 1987, 1992, 1993\n\  	The Regents of the University of California.  All rights reserved.\n";  #endif /* not lint */ +#if 0  #ifndef lint -static const char sccsid[] = "@(#)rev.c	8.3 (Berkeley) 5/4/95"; +static char sccsid[] = "@(#)rev.c	8.3 (Berkeley) 5/4/95";  #endif /* not lint */ +#endif + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$");  #include <sys/types.h>  | 
