From owner-freebsd-bugs Thu Jun 1 7:50:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BE6037BA8A for ; Thu, 1 Jun 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA84028; Thu, 1 Jun 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jun 2000 07:50:01 -0700 (PDT) Message-Id: <200006011450.HAA84028@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: bin/18941: Adding -{min,max}depth options to find(1) Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/18941; it has been noted by GNATS. From: Bill Fumerola To: Ben Smithurst Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/18941: Adding -{min,max}depth options to find(1) Date: Thu, 1 Jun 2000 10:47:20 -0400 On Thu, Jun 01, 2000 at 01:25:54PM +0100, Ben Smithurst wrote: > > @@ -35,7 +35,9 @@ > */ > > #ifndef lint > -static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; > +static const char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; > +static const char rcsid[] = > + "$FreeBSD$"; > #endif /* not lint */ all of these deltas like this should look something like: #if 0 static char sccsid[] = "blah.."; #else static const char rcsid[] = "$FreeBSD$"; #endif or something similar. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message