From 43a6b5d9bad49881aaf137c31b8a004b27e10088 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 17 May 1998 18:00:45 +0000 Subject: Removed vestiges of pre-Lite2 locking. --- sys/fs/msdosfs/denode.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/fs/msdosfs/denode.h') diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h index 2b9d636..16220e5 100644 --- a/sys/fs/msdosfs/denode.h +++ b/sys/fs/msdosfs/denode.h @@ -1,4 +1,4 @@ -/* $Id: denode.h,v 1.14 1997/10/17 12:36:16 phk Exp $ */ +/* $Id: denode.h,v 1.15 1998/02/18 09:28:26 jkh Exp $ */ /* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */ /*- @@ -148,7 +148,6 @@ struct denode { int de_fndcnt; /* number of slots before de_fndoffset */ long de_refcnt; /* reference count */ struct msdosfsmount *de_pmp; /* addr of our mount struct */ - struct lockf *de_lockf; /* byte level lock list */ u_char de_Name[12]; /* name, from DOS directory entry */ u_char de_Attributes; /* attributes, from directory entry */ u_char de_CHun; /* Hundredth of second of CTime*/ -- cgit v1.1