summaryrefslogtreecommitdiff
path: root/sys/ntfs
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-04-20 22:05:45 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-04-20 22:05:45 +0000
commitdb10abfb640a50974a18e7061ec7790337b03345 (patch)
treefa36581e05f4028667b2e8de73179d482314e768 /sys/ntfs
parent0ae0e081f1d14c8b45bec997d2a96673cc9f8f7b (diff)
remove proc.h include from uvm_map.h. This has far reaching effects, as
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
Diffstat (limited to 'sys/ntfs')
-rw-r--r--sys/ntfs/ntfs_vnops.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ntfs/ntfs_vnops.c b/sys/ntfs/ntfs_vnops.c
index 8ca8d9e498c..bff182d7c34 100644
--- a/sys/ntfs/ntfs_vnops.c
+++ b/sys/ntfs/ntfs_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntfs_vnops.c,v 1.16 2009/08/13 16:00:53 jasper Exp $ */
+/* $OpenBSD: ntfs_vnops.c,v 1.17 2010/04/20 22:05:44 tedu Exp $ */
/* $NetBSD: ntfs_vnops.c,v 1.6 2003/04/10 21:57:26 jdolecek Exp $ */
/*
@@ -48,9 +48,6 @@
#include <sys/buf.h>
#include <sys/dirent.h>
-#include <sys/sysctl.h>
-
-
/*#define NTFS_DEBUG 1*/
#include <ntfs/ntfs.h>
#include <ntfs/ntfs_inode.h>