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.28.2.1 retrieving revision 1.29 diff -u -p -r1.28.2.1 -r1.29 --- src/sys/fs/cd9660/cd9660_vfsops.c 2005/10/20 05:16:52 1.28.2.1 +++ src/sys/fs/cd9660/cd9660_vfsops.c 2005/11/02 12:38:58 1.29 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660_vfsops.c,v 1.28.2.1 2005/10/20 05:16:52 yamt Exp $ */ +/* $NetBSD: cd9660_vfsops.c,v 1.29 2005/11/02 12:38:58 yamt Exp $ */ /*- * Copyright (c) 1994 @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.28.2.1 2005/10/20 05:16:52 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.29 2005/11/02 12:38:58 yamt Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h"