From 1e3d3afd2d5a83a1df099042b499f9799fc2292e Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Thu, 11 Aug 1994 06:17:35 -0800 Subject: [PATCH] add whiteout entry type SCCS-vsn: sys/sys/dirent.h 8.3 --- usr/src/sys/sys/dirent.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/sys/dirent.h b/usr/src/sys/sys/dirent.h index 56f41ac7d0..8dcfd9a4d5 100644 --- a/usr/src/sys/sys/dirent.h +++ b/usr/src/sys/sys/dirent.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)dirent.h 8.2 (Berkeley) %G% + * @(#)dirent.h 8.3 (Berkeley) %G% */ /* @@ -42,6 +42,7 @@ struct dirent { #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