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/ffs/ffs_snapshot.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ffs/ffs_snapshot.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21.2.2 retrieving revision 1.22 diff -u -p -r1.21.2.2 -r1.22 --- src/sys/ufs/ffs/ffs_snapshot.c 2005/10/29 17:21:12 1.21.2.2 +++ src/sys/ufs/ffs/ffs_snapshot.c 2005/11/02 12:39:00 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: ffs_snapshot.c,v 1.21.2.2 2005/10/29 17:21:12 yamt Exp $ */ +/* $NetBSD: ffs_snapshot.c,v 1.22 2005/11/02 12:39:00 yamt Exp $ */ /* * Copyright 2000 Marshall Kirk McKusick. All Rights Reserved. @@ -38,7 +38,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.21.2.2 2005/10/29 17:21:12 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.22 2005/11/02 12:39:00 yamt Exp $"); #if defined(_KERNEL_OPT) #include "opt_ffs.h"