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/cd9660/cd9660_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/cd9660/cd9660_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.35.2.1 retrieving revision 1.35.2.2 diff -u -p -r1.35.2.1 -r1.35.2.2 --- src/sys/fs/cd9660/cd9660_vfsops.c 2006/11/18 21:39:17 1.35.2.1 +++ src/sys/fs/cd9660/cd9660_vfsops.c 2007/02/01 08:48:32 1.35.2.2 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660_vfsops.c,v 1.35.2.1 2006/11/18 21:39:17 ad Exp $ */ +/* $NetBSD: cd9660_vfsops.c,v 1.35.2.2 2007/02/01 08:48:32 ad Exp $ */ /*- * Copyright (c) 1994 @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.35.2.1 2006/11/18 21:39:17 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.35.2.2 2007/02/01 08:48:32 ad Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -103,6 +103,7 @@ struct vfsops cd9660_vfsops = { cd9660_mountroot, (int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp, vfs_stdextattrctl, + vfs_stdsuspendctl, cd9660_vnodeopv_descs, 0, /* refcount */ { NULL, NULL } /* list */