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/puffs/puffs_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/sys/fs/puffs/puffs_vfsops.c 2006/11/18 19:46:32 1.11 +++ src/sys/fs/puffs/puffs_vfsops.c 2006/12/01 12:37:41 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_vfsops.c,v 1.11 2006/11/18 19:46:32 pooka Exp $ */ +/* $NetBSD: puffs_vfsops.c,v 1.12 2006/12/01 12:37:41 pooka Exp $ */ /* * Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved. @@ -33,7 +33,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.11 2006/11/18 19:46:32 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_vfsops.c,v 1.12 2006/12/01 12:37:41 pooka Exp $"); #include #include @@ -449,6 +449,7 @@ const struct vnodeopv_desc * const puffs &puffs_vnodeop_opv_desc, &puffs_specop_opv_desc, &puffs_fifoop_opv_desc, + &puffs_msgop_opv_desc, NULL, };