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.8.2.2 retrieving revision 1.9 diff -u -p -r1.8.2.2 -r1.9 --- src/sys/ufs/ufs/ufsmount.h 2002/12/11 06:51:50 1.8.2.2 +++ src/sys/ufs/ufs/ufsmount.h 2002/09/28 20:11:09 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: ufsmount.h,v 1.8.2.2 2002/12/11 06:51:50 thorpej Exp $ */ +/* $NetBSD: ufsmount.h,v 1.9 2002/09/28 20:11:09 dbj Exp $ */ /* * Copyright (c) 1982, 1986, 1989, 1993 @@ -35,9 +35,6 @@ * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95 */ -#ifndef _UFS_UFS_UFSMOUNT_H_ -#define _UFS_UFS_UFSMOUNT_H_ - /* * Arguments to mount UFS-based filesystems */ @@ -127,5 +124,3 @@ struct ufsmount { #define blkptrtodb(ump, b) ((b) << (ump)->um_bptrtodb) #define is_sequential(ump, a, b) ((b) == (a) + ump->um_seqinc) #endif /* _KERNEL */ - -#endif /* !_UFS_UFS_UFSMOUNT_H_ */