summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-11 23:18:25 +0000
committermarkm <markm@FreeBSD.org>2001-12-11 23:18:25 +0000
commitce71668417f57497703eec9c8a3d5b8cfdd187ad (patch)
treea57a6cb207aaefc85015eff311bc7c8e975b9b08 /usr.bin/unexpand
parent7344bc0c0c80ad27ac6a889abb9db86706bf3c0b (diff)
downloadFreeBSD-src-ce71668417f57497703eec9c8a3d5b8cfdd187ad.zip
FreeBSD-src-ce71668417f57497703eec9c8a3d5b8cfdd187ad.tar.gz
WARNS=2 is to become the default, so remove. Use __FBSDID().
Diffstat (limited to 'usr.bin/unexpand')
-rw-r--r--usr.bin/unexpand/Makefile1
-rw-r--r--usr.bin/unexpand/unexpand.c12
2 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile
index dc127db..5a25126 100644
--- a/usr.bin/unexpand/Makefile
+++ b/usr.bin/unexpand/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= unexpand
-WARNS?= 2
NOMAN= noman
.include <bsd.prog.mk>
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 2d548a0..8c78817 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -31,19 +31,19 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+
+__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
OpenPOWER on IntegriCloud