From efbfaaed2c7070538de119fea25ada30095496f1 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Wed, 25 Mar 2009 20:39:48 +0000 Subject: convert lockmgr over to rwlock in ntfs, mostly trivial. Tested by a couple of people, no regressions. --- sys/ntfs/ntfs_conv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ntfs/ntfs_conv.c') 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 #include #include -#include #if defined(__FreeBSD__) #include #endif -- cgit v1.2.3