Source-Changes-HG archive

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

[src/trunk]: src/sys/ntfs pull-in <sys/mount.h> for definition of struct nete...



details:   https://anonhg.NetBSD.org/src/rev/a75787783f23
branches:  trunk
changeset: 476294:a75787783f23
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 12 16:41:05 1999 +0000

description:
pull-in <sys/mount.h> for definition of struct netexport

diffstat:

 sys/ntfs/ntfs_ihash.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1d3d588b72ef -r a75787783f23 sys/ntfs/ntfs_ihash.c
--- a/sys/ntfs/ntfs_ihash.c     Sun Sep 12 16:38:16 1999 +0000
+++ b/sys/ntfs/ntfs_ihash.c     Sun Sep 12 16:41:05 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_ihash.c,v 1.3 1999/07/26 14:02:31 jdolecek Exp $  */
+/*     $NetBSD: ntfs_ihash.c,v 1.4 1999/09/12 16:41:05 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1991, 1993, 1995
@@ -43,6 +43,7 @@
 #include <sys/vnode.h>
 #include <sys/malloc.h>
 #include <sys/proc.h>
+#include <sys/mount.h>
 
 #include <ntfs/ntfs.h>
 #include <ntfs/ntfs_inode.h>



Home | Main Index | Thread Index | Old Index