From c37f44f55b569f090ae643fdd646c0e68a11f1fa Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Thu, 11 Aug 1994 06:54:05 -0800 Subject: [PATCH] add whiteout type SCCS-vsn: sys/ufs/ufs/dir.h 8.4 --- usr/src/sys/ufs/ufs/dir.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/ufs/ufs/dir.h b/usr/src/sys/ufs/ufs/dir.h index 1d4eeaf410..0750a348ae 100644 --- a/usr/src/sys/ufs/ufs/dir.h +++ b/usr/src/sys/ufs/ufs/dir.h @@ -9,7 +9,7 @@ * * %sccs.include.redist.c% * - * @(#)dir.h 8.3 (Berkeley) %G% + * @(#)dir.h 8.4 (Berkeley) %G% */ #ifndef _DIR_H_ @@ -62,6 +62,7 @@ struct direct { #define DT_REG 8 #define DT_LNK 10 #define DT_SOCK 12 +#define DT_WHT 14 /* * Convert between stat structure types and directory types. -- 2.20.1