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_msgif.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_msgif.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/sys/fs/puffs/puffs_msgif.c 2006/11/07 22:10:18 1.4 +++ src/sys/fs/puffs/puffs_msgif.c 2006/11/09 13:09:34 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_msgif.c,v 1.4 2006/11/07 22:10:18 pooka Exp $ */ +/* $NetBSD: puffs_msgif.c,v 1.5 2006/11/09 13:09:34 pooka Exp $ */ /* * Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved. @@ -33,7 +33,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.4 2006/11/07 22:10:18 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.5 2006/11/09 13:09:34 pooka Exp $"); #include #include @@ -659,7 +659,7 @@ puffs_fop_ioctl(struct file *fp, u_long return puffssizeop(pmp, data); break; - case PUFFSMOUNTOP: + case PUFFSSTARTOP: return puffs_start2(pmp, data); /* already done in sys_ioctl() */