diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-25 20:39:48 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-03-25 20:39:48 +0000 |
commit | efbfaaed2c7070538de119fea25ada30095496f1 (patch) | |
tree | eda5c7ed1d69d58242f8d411d7db55a452462d22 /sys/ntfs/ntfs_conv.c | |
parent | 2a71b54c6f8b74d5549599108f0af6eda8a16b57 (diff) |
convert lockmgr over to rwlock in ntfs, mostly trivial.
Tested by a couple of people, no regressions.
Diffstat (limited to 'sys/ntfs/ntfs_conv.c')
-rw-r--r-- | sys/ntfs/ntfs_conv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs_conv.c b/sys/ntfs/ntfs_conv.c index 823736f679f..77c30d1ae42 100644 --- a/sys/ntfs/ntfs_conv.c +++ b/sys/ntfs/ntfs_conv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_conv.c,v 1.5 2008/06/26 05:42:20 ray Exp $ */ +/* $OpenBSD: ntfs_conv.c,v 1.6 2009/03/25 20:39:47 oga Exp $ */ /* $NetBSD: ntfs_conv.c,v 1.1 2002/12/23 17:38:32 jdolecek Exp $ */ /*- @@ -43,7 +43,6 @@ #include <sys/buf.h> #include <sys/file.h> #include <sys/malloc.h> -#include <sys/lock.h> #if defined(__FreeBSD__) #include <machine/clock.h> #endif |