diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index dc127db03af0..5a25126e0c06 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= unexpand -WARNS?= 2 NOMAN= noman .include diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 2d548a038372..8c788172683c 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -31,19 +31,19 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint -#if 0 -static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; +static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ /* * unexpand - put tabs into a file replacing blanks