summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-08 18:43:05 +0000
committerphk <phk@FreeBSD.org>1999-08-08 18:43:05 +0000
commite938d317d57f5bdbcd03330bb1290da29802187d (patch)
tree3c9ed3dde7ffaca65d359ae0e230b6e3e4e6f8ca /sys/ntfs/ntfs_vfsops.c
parent909603ec05eff128d9bdd1107a650a817c460e20 (diff)
downloadFreeBSD-src-e938d317d57f5bdbcd03330bb1290da29802187d.zip
FreeBSD-src-e938d317d57f5bdbcd03330bb1290da29802187d.tar.gz
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
a few lines into <sys/vnode.h>. Add a few fields to struct specinfo, paving the way for the fun part.
Diffstat (limited to 'sys/ntfs/ntfs_vfsops.c')
-rw-r--r--sys/ntfs/ntfs_vfsops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c
index b224001..d8ed12b 100644
--- a/sys/ntfs/ntfs_vfsops.c
+++ b/sys/ntfs/ntfs_vfsops.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ntfs_vfsops.c,v 1.6 1999/05/12 09:43:04 semenu Exp $
+ * $Id: ntfs_vfsops.c,v 1.7 1999/05/31 11:28:30 phk Exp $
*/
@@ -48,8 +48,6 @@
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
-#include <miscfs/specfs/specdev.h>
-
/*#define NTFS_DEBUG 1*/
#include <ntfs/ntfs.h>
#include <ntfs/ntfs_inode.h>
OpenPOWER on IntegriCloud