WARNS=2 is to become the default, so remove. Use __FBSDID().

This commit is contained in:
Mark Murray 2001-12-11 23:18:25 +00:00
parent 043c9b9b34
commit b6a5c4e0e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87697
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= unexpand PROG= unexpand
WARNS?= 2
NOMAN= noman NOMAN= noman
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -31,19 +31,19 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint #ifndef lint
static const char copyright[] = static const char copyright[] =
"@(#) Copyright (c) 1980, 1993\n\ "@(#) Copyright (c) 1980, 1993\n\
The Regents of the University of California. All rights reserved.\n"; The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */ #endif
#ifndef lint #ifndef lint
#if 0 static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93";
static char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93";
#endif #endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
/* /*
* unexpand - put tabs into a file replacing blanks * unexpand - put tabs into a file replacing blanks