and NetBSD-3.0 and should fix the broken bulk build. Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386.
13 lines
376 B
Text
13 lines
376 B
Text
$NetBSD: patch-bl,v 1.5 2005/12/15 21:28:48 wennmach Exp $
|
|
|
|
--- nnpfs/bsd/nnpfs_vfsops-netbsd.c.orig 2005-12-14 11:25:41.000000000 +0100
|
|
+++ nnpfs/bsd/nnpfs_vfsops-netbsd.c 2005-12-14 11:26:39.000000000 +0100
|
|
@@ -198,7 +198,7 @@
|
|
vfs_stdextattrctl,
|
|
#endif
|
|
#ifdef HAVE_STRUCT_VFSOPS_VFS_OPV_DESCS
|
|
- nnpfs_vnodeopv_descs
|
|
+ (void *)nnpfs_vnodeopv_descs
|
|
#endif
|
|
};
|
|
|