summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2002-07-03 19:17:59 +0000
committerjohan <johan@FreeBSD.org>2002-07-03 19:17:59 +0000
commitb45df6b9b5be84f2c48e3390856b4a90822f179b (patch)
tree9903d31dcd23f66973bc458e347cede4cb6801ad /usr.bin/whereis
parent71b0d8951833492a73a3ef9c2d13d4995474f8b3 (diff)
downloadFreeBSD-src-b45df6b9b5be84f2c48e3390856b4a90822f179b.zip
FreeBSD-src-b45df6b9b5be84f2c48e3390856b4a90822f179b.tar.gz
Add __FBSDID.
Remove __COPYRIGHT, __RCSID which caused an assembler warning. Approved by: sheldonh (mentor)
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r--usr.bin/whereis/whereis.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c
index 2649cff..0bea8f8 100644
--- a/usr.bin/whereis/whereis.c
+++ b/usr.bin/whereis/whereis.c
@@ -35,17 +35,12 @@
*/
#include <sys/cdefs.h>
-#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1993\n\
- The Regents of the University of California. All rights reserved.\n");
-#endif /* not lint */
-#ifndef lint
+__FBSDID("$FreeBSD$");
+
#if 0
static char sccsid[] = "@(#)whereis.c 8.3 (Berkeley) 5/4/95";
#endif
-__RCSID("$NetBSD: whereis.c,v 1.11 2002/06/11 06:06:21 itojun Exp $");
-#endif /* not lint */
#include <sys/param.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud