Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ntfs cleanup



details:   https://anonhg.NetBSD.org/src/rev/d1928548d099
branches:  trunk
changeset: 476675:d1928548d099
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Sep 24 15:22:32 1999 +0000

description:
cleanup

diffstat:

 sys/ntfs/ntfs_inode.h |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 190f61ff0e75 -r d1928548d099 sys/ntfs/ntfs_inode.h
--- a/sys/ntfs/ntfs_inode.h     Fri Sep 24 14:39:44 1999 +0000
+++ b/sys/ntfs/ntfs_inode.h     Fri Sep 24 15:22:32 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_inode.h,v 1.4 1999/09/10 16:14:03 jdolecek Exp $  */
+/*     $NetBSD: ntfs_inode.h,v 1.5 1999/09/24 15:22:32 jdolecek Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko
@@ -66,11 +66,6 @@
        u_int32_t       i_flag;
        int             i_lock;
        int             i_usecount;
-#if defined(__NetBSD__)
-       pid_t           i_lockholder;
-       pid_t           i_lockwaiter;
-       int             i_lockcount;
-#endif
        LIST_HEAD(,fnode)       i_fnlist;
        LIST_HEAD(,ntvattr)     i_valist;
 



Home | Main Index | Thread Index | Old Index