Re: World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread Bruce Evans

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread John Baldwin


On 21-Mar-01 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"
> 
> -- 
> Ollivier ROBERT  -=-  Eurocontrol EEC/ITM  -=- 
> [EMAIL PROTECTED]
> FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan  3 15:52:00 CET 2001

If it fixes it, please commit.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



World breaks in sbin/fsdb [PATCH]

2001-03-21 Thread Ollivier Robert

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"

-- 
Ollivier ROBERT  -=-  Eurocontrol EEC/ITM  -=-  [EMAIL PROTECTED]
FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan  3 15:52:00 CET 2001

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message