From owner-freebsd-current Wed Mar 21 18:45: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 73B9737B71D for ; Wed, 21 Mar 2001 18:45:02 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id NAA21246; Thu, 22 Mar 2001 13:44:52 +1100 Date: Thu, 22 Mar 2001 13:44:30 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Ollivier Robert Cc: "FreeBSD Current Users' list" Subject: Re: World breaks in sbin/fsdb [PATCH] In-Reply-To: <20010321144307.F82319@caerdonn.eurocontrol.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Mar 2001, Ollivier Robert wrote: > cvs diff: Diffing . > Index: fsdbutil.c > =================================================================== > RCS file: /home/ncvs/src/sbin/fsdb/fsdbutil.c,v > retrieving revision 1.10 > diff -u -2 -r1.10 fsdbutil.c > --- fsdbutil.c 2000/05/01 20:01:16 1.10 > +++ fsdbutil.c 2001/03/21 13:42:01 > @@ -35,4 +35,5 @@ > > #include > +#include > #include > #include > @@ -43,4 +44,5 @@ > > #include > +#include > > #include "fsdb.h" Index: style.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/style.9,v retrieving revision 1.45 diff -c -2 -r1.45 style.9 *** style.9 2001/02/21 20:43:55 1.45 --- style.9 2001/03/22 02:38:45 *************** *** 52,58 **** .Ed .Pp ! Kernel include files (i.e. sys/*.h) come first; normally, you'll need ! OR , but not both! includes , and it's okay to depend on that. .Bd -literal --- 52,58 ---- .Ed .Pp ! Kernel include files (i.e. sys/*.h) come first; NORMALLY, YOU'LL NEED ! OR , BUT NOT BOTH!! includes , and it's okay to depend on that. .Bd -literal Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message