Restore copyright and RCSID.

Remove duplicate $FreeBSD$, $NetBSD$.

Submitted by:   mike
Approved by:    sheldonh (mentor)
This commit is contained in:
Johan Karlsson 2002-07-04 12:29:39 +00:00
parent 70b1f5865c
commit b68725e33f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99406

View File

@ -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>