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_vnops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/cd9660/cd9660_vnops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.45.2.1 retrieving revision 1.46 diff -u -p -r1.45.2.1 -r1.46 --- src/sys/fs/cd9660/cd9660_vnops.c 2014/05/18 17:46:04 1.45.2.1 +++ src/sys/fs/cd9660/cd9660_vnops.c 2014/01/17 10:55:01 1.46 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660_vnops.c,v 1.45.2.1 2014/05/18 17:46:04 rmind Exp $ */ +/* $NetBSD: cd9660_vnops.c,v 1.46 2014/01/17 10:55:01 hannken Exp $ */ /*- * Copyright (c) 1994 @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cd9660_vnops.c,v 1.45.2.1 2014/05/18 17:46:04 rmind Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd9660_vnops.c,v 1.46 2014/01/17 10:55:01 hannken Exp $"); #include #include @@ -678,7 +678,7 @@ cd9660_link(void *v) int cd9660_symlink(void *v) { - struct vop_symlink_v3_args /* { + struct vop_symlink_v2_args /* { struct vnode *a_dvp; struct vnode **a_vpp; struct componentname *a_cnp;