Subject: today's sup - kernel w/ NTFS build failed
To: None <current-users@netbsd.org>
From: URA Hiroshi <ura@hiru.aoba.yokohama.jp>
List: current-users
Date: 09/13/1999 12:41:36
----Next_Part(Mon_Sep_13_12:41:29_1999_997)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


cc -pipe  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386  -c ../../../../ntfs/ntfs_ihash.c
In file included from ../../../../ntfs/ntfs_ihash.c:47:
../../../../ntfs/ntfs.h:258: field `ntm_export' has incomplete type
*** Error code 1

Stop.


--
ura


----Next_Part(Mon_Sep_13_12:41:29_1999_997)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=diff

Index: sys/ntfs/ntfs_ihash.c
===================================================================
RCS file: /cvs/cvsroot/syssrc/sys/ntfs/ntfs_ihash.c,v
retrieving revision 1.3
diff -u -r1.3 ntfs_ihash.c
--- ntfs_ihash.c	1999/07/26 14:02:31	1.3
+++ ntfs_ihash.c	1999/09/13 03:38:11
@@ -41,6 +41,7 @@
 #include <sys/kernel.h>
 #include <sys/lock.h>
 #include <sys/vnode.h>
+#include <sys/mount.h>
 #include <sys/malloc.h>
 #include <sys/proc.h>
 

----Next_Part(Mon_Sep_13_12:41:29_1999_997)----