summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/cmp.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 23:29:26 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 23:29:26 +0000
commit155bbc12c791bd47bd59c47f7468a5183700002c (patch)
treef3e83683bf2154c59973e240b26686135156ffd5 /usr.bin/cmp/cmp.c
parentfc2e4b54ecdf167db87f8a8a882f7c1350c1c304 (diff)
downloadFreeBSD-src-155bbc12c791bd47bd59c47f7468a5183700002c.zip
FreeBSD-src-155bbc12c791bd47bd59c47f7468a5183700002c.tar.gz
Turn on WARNS=2.
Use __FBSDID().
Diffstat (limited to 'usr.bin/cmp/cmp.c')
-rw-r--r--usr.bin/cmp/cmp.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c
index 3d1e55f..7a3d514 100644
--- a/usr.bin/cmp/cmp.c
+++ b/usr.bin/cmp/cmp.c
@@ -29,20 +29,21 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
- *
*/
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1987, 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
+#endif
#ifndef lint
static const char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94";
-#endif /* not lint */
+#endif
#include <sys/types.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud