summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2002-07-04 12:29:39 +0000
committerjohan <johan@FreeBSD.org>2002-07-04 12:29:39 +0000
commit02e0ee4130337a2eb13a94365db18dba570d6fb6 (patch)
tree0aab591d98b2b5401977a05a9fa38fa0323c61dd /usr.bin/whereis
parent63a69b4eb04bb7b58663f8736f21c22e9b4dbb84 (diff)
downloadFreeBSD-src-02e0ee4130337a2eb13a94365db18dba570d6fb6.zip
FreeBSD-src-02e0ee4130337a2eb13a94365db18dba570d6fb6.tar.gz
Restore copyright and RCSID.
Remove duplicate $FreeBSD$, $NetBSD$. Submitted by: mike Approved by: sheldonh (mentor)
Diffstat (limited to 'usr.bin/whereis')
-rw-r--r--usr.bin/whereis/whereis.c17
1 files changed, 11 insertions, 6 deletions
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c
index e22d412..bfbab54 100644
--- a/usr.bin/whereis/whereis.c
+++ b/usr.bin/whereis/whereis.c
@@ -1,6 +1,3 @@
-/* $NetBSD: whereis.c,v 1.11 2002/06/11 06:06:21 itojun Exp $ */
-/* $FreeBSD$ */
-
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -34,14 +31,22 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
+#ifndef lint
+static char copyright[] =
+"@(#) Copyright (c) 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
+#endif /* not lint */
#if 0
+#ifndef lint
static char sccsid[] = "@(#)whereis.c 8.3 (Berkeley) 5/4/95";
+#endif /* not lint */
+__RCSID("$NetBSD: whereis.c,v 1.11 2002/06/11 06:06:21 itojun Exp $");
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud