_DIR_ => _DIR_H
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Mar 1991 09:28:22 +0000 (01:28 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Mar 1991 09:28:22 +0000 (01:28 -0800)
SCCS-vsn: sys/ufs/ffs/dir.h 7.10
SCCS-vsn: sys/ufs/ufs/dir.h 7.10

usr/src/sys/ufs/ffs/dir.h
usr/src/sys/ufs/ufs/dir.h

index ec845de..3b5160f 100644 (file)
@@ -4,11 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dir.h       7.9 (Berkeley) %G%
+ *     @(#)dir.h       7.10 (Berkeley) %G%
  */
 
  */
 
-#ifndef _DIR_
-#define        _DIR_
+#ifndef _DIR_H_
+#define        _DIR_H_
 
 /*
  * A directory consists of some number of blocks of DIRBLKSIZ
 
 /*
  * A directory consists of some number of blocks of DIRBLKSIZ
@@ -69,4 +69,4 @@ struct dirtemplate {
        short   dotdot_namlen;
        char    dotdot_name[4];         /* ditto */
 };
        short   dotdot_namlen;
        char    dotdot_name[4];         /* ditto */
 };
-#endif /* _DIR_ */
+#endif /* !_DIR_H_ */
index ec845de..3b5160f 100644 (file)
@@ -4,11 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dir.h       7.9 (Berkeley) %G%
+ *     @(#)dir.h       7.10 (Berkeley) %G%
  */
 
  */
 
-#ifndef _DIR_
-#define        _DIR_
+#ifndef _DIR_H_
+#define        _DIR_H_
 
 /*
  * A directory consists of some number of blocks of DIRBLKSIZ
 
 /*
  * A directory consists of some number of blocks of DIRBLKSIZ
@@ -69,4 +69,4 @@ struct dirtemplate {
        short   dotdot_namlen;
        char    dotdot_name[4];         /* ditto */
 };
        short   dotdot_namlen;
        char    dotdot_name[4];         /* ditto */
 };
-#endif /* _DIR_ */
+#endif /* !_DIR_H_ */