Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ufs/inode.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/inode.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -u -p -r1.13.2.1 -r1.13.2.2 --- src/sys/ufs/ufs/inode.h 2000/11/20 18:11:53 1.13.2.1 +++ src/sys/ufs/ufs/inode.h 2001/01/18 09:24:05 1.13.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: inode.h,v 1.13.2.1 2000/11/20 18:11:53 bouyer Exp $ */ +/* $NetBSD: inode.h,v 1.13.2.2 2001/01/18 09:24:05 bouyer Exp $ */ /* * Copyright (c) 1982, 1989, 1993 @@ -40,6 +40,7 @@ * @(#)inode.h 8.9 (Berkeley) 5/14/95 */ +#include #include #include #include @@ -83,6 +84,7 @@ struct inode { #define i_lfs inode_u.lfs #define i_e2fs inode_u.e2fs + struct buflists i_pcbufhd; /* softdep pagecache buffer head */ struct dquot *i_dquot[MAXQUOTAS]; /* Dquot structures. */ u_quad_t i_modrev; /* Revision level for NFS lease. */ struct lockf *i_lockf;/* Head of byte-level lock list. */