Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2000 07:50:01 -0700 (PDT)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/18941: Adding -{min,max}depth options to find(1)
Message-ID:  <200006011450.HAA84028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR bin/18941; it has been noted by GNATS.

From: Bill Fumerola <billf@chc-chimes.com>
To: Ben Smithurst <ben@scientia.demon.co.uk>
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.
 </minibde>
 
 -- 
 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006011450.HAA84028>