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/ufs/ufs/ufs_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.26.6.1 retrieving revision 1.27 diff -u -p -r1.26.6.1 -r1.27 --- src/sys/ufs/ufs/ufs_vfsops.c 2006/06/01 22:39:44 1.26.6.1 +++ src/sys/ufs/ufs/ufs_vfsops.c 2006/05/14 21:33:39 1.27 @@ -1,4 +1,4 @@ -/* $NetBSD: ufs_vfsops.c,v 1.26.6.1 2006/06/01 22:39:44 kardel Exp $ */ +/* $NetBSD: ufs_vfsops.c,v 1.27 2006/05/14 21:33:39 elad Exp $ */ /* * Copyright (c) 1991, 1993, 1994 @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ufs_vfsops.c,v 1.26.6.1 2006/06/01 22:39:44 kardel Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ufs_vfsops.c,v 1.27 2006/05/14 21:33:39 elad Exp $"); #if defined(_KERNEL_OPT) #include "opt_ffs.h"