From 9d1b456e6643eb7eeb17ee85bcd44d7635d20e0d Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Wed, 3 Jul 2002 19:17:59 +0000 Subject: [PATCH] Add __FBSDID. Remove __COPYRIGHT, __RCSID which caused an assembler warning. Approved by: sheldonh (mentor) --- usr.bin/whereis/whereis.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 2649cff4b7b..0bea8f8b13b 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -35,17 +35,12 @@ */ #include -#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 #include