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/adosfs/Attic/adosfs.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- src/sys/adosfs/Attic/adosfs.h 1999/05/29 17:14:27 1.16 +++ src/sys/adosfs/Attic/adosfs.h 1999/07/08 01:05:58 1.17 @@ -1,4 +1,4 @@ -/* $NetBSD: adosfs.h,v 1.16 1999/05/29 17:14:27 kleink Exp $ */ +/* $NetBSD: adosfs.h,v 1.17 1999/07/08 01:05:58 wrstuden Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -80,7 +80,6 @@ struct anode { u_long lastlindblk; /* (f/hf) last logical indirect block */ u_long lastindblk; /* (f/hf) last indirect block read */ u_long *tab; /* (r/d) hash table */ - struct lock lock; /* node lock */ int *tabi; /* (r/d) table info */ int ntabent; /* (r/d) number of entries in table */ int nwords; /* size of blocks in long words */