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/ufsmount.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufsmount.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- src/sys/ufs/ufs/ufsmount.h 2007/12/08 19:29:57 1.33 +++ src/sys/ufs/ufs/ufsmount.h 2008/04/17 09:52:47 1.34 @@ -1,4 +1,4 @@ -/* $NetBSD: ufsmount.h,v 1.33 2007/12/08 19:29:57 pooka Exp $ */ +/* $NetBSD: ufsmount.h,v 1.34 2008/04/17 09:52:47 hannken Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1993 @@ -105,6 +105,7 @@ struct ufsmount { int um_maxsymlinklen; int um_dirblksiz; u_int64_t um_maxfilesize; + void *um_snapinfo; /* snapshot private data */ const struct ufs_ops *um_ops; };