Add __FBSDID.

Remove __COPYRIGHT, __RCSID which caused an assembler warning.

Approved by:    sheldonh (mentor)
This commit is contained in:
Johan Karlsson 2002-07-03 19:17:59 +00:00
parent 22a97b04de
commit 9d1b456e66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99375

View File

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