Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/sysvbfs/sysvbfs.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/sysvbfs/sysvbfs.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.2.6.1 diff -u -p -r1.2 -r1.2.6.1 --- src/sys/fs/sysvbfs/sysvbfs.c 2006/07/01 08:42:39 1.2 +++ src/sys/fs/sysvbfs/sysvbfs.c 2006/12/10 07:18:42 1.2.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: sysvbfs.c,v 1.2 2006/07/01 08:42:39 martin Exp $ */ +/* $NetBSD: sysvbfs.c,v 1.2.6.1 2006/12/10 07:18:42 yamt Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sysvbfs.c,v 1.2 2006/07/01 08:42:39 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysvbfs.c,v 1.2.6.1 2006/12/10 07:18:42 yamt Exp $"); #include #include @@ -133,5 +133,7 @@ struct vfsops sysvbfs_vfsops = { eopnotsupp, /* snapshot */ vfs_stdextattrctl, sysvbfs_vnodeopv_descs, + 0, + { NULL, NULL } }; VFS_ATTACH(sysvbfs_vfsops);