summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis
diff options
context:
space:
mode:
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