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/dinode.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/dinode.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.12.10.1 diff -u -p -r1.12 -r1.12.10.1 --- src/sys/ufs/ufs/dinode.h 1999/11/15 18:49:15 1.12 +++ src/sys/ufs/ufs/dinode.h 2001/08/03 04:14:10 1.12.10.1 @@ -1,4 +1,4 @@ -/* $NetBSD: dinode.h,v 1.12 1999/11/15 18:49:15 fvdl Exp $ */ +/* $NetBSD: dinode.h,v 1.12.10.1 2001/08/03 04:14:10 lukem Exp $ */ /* * Copyright (c) 1982, 1989, 1993 @@ -40,6 +40,9 @@ * @(#)dinode.h 8.9 (Berkeley) 3/29/95 */ +#ifndef _UFS_UFS_DINODE_H_ +#define _UFS_UFS_DINODE_H_ + /* * The root inode is the root of the file system. Inode 0 can't be used for * normal purposes and historically bad blocks were linked to inode 1, thus @@ -128,3 +131,5 @@ struct dinode { /* Size of the on-disk inode. */ #define DINODE_SIZE (sizeof(struct dinode)) /* 128 */ + +#endif /* !_UFS_UFS_DINODE_H_ */