Date: Wed, 21 Mar 2001 14:43:07 +0100 From: Ollivier Robert <roberto@eurocontrol.fr> To: FreeBSD Current Users' list <freebsd-current@FreeBSD.ORG> Subject: World breaks in sbin/fsdb [PATCH] Message-ID: <20010321144307.F82319@caerdonn.eurocontrol.fr>
next in thread | raw e-mail | index | archive | help
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 <sys/types.h> +#include <sys/param.h> #include <ctype.h> #include <err.h> @@ -43,4 +44,5 @@ #include <ufs/ufs/dinode.h> +#include <ufs/ffs/fs.h> #include "fsdb.h" -- Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- Ollivier.Robert@eurocontrol.fr FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT #46: Wed Jan 3 15:52:00 CET 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010321144307.F82319>