add whiteout type
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1994 14:54:05 +0000 (06:54 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Thu, 11 Aug 1994 14:54:05 +0000 (06:54 -0800)
SCCS-vsn: sys/ufs/ufs/dir.h 8.4

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

index 1d4eeaf..0750a34 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dir.h       8.3 (Berkeley) %G%
+ *     @(#)dir.h       8.4 (Berkeley) %G%
  */
 
 #ifndef _DIR_H_
  */
 
 #ifndef _DIR_H_
@@ -62,6 +62,7 @@ struct        direct {
 #define        DT_REG           8
 #define        DT_LNK          10
 #define        DT_SOCK         12
 #define        DT_REG           8
 #define        DT_LNK          10
 #define        DT_SOCK         12
+#define        DT_WHT          14
 
 /*
  * Convert between stat structure types and directory types.
 
 /*
  * Convert between stat structure types and directory types.