From be2e446b6dcd9ed9bca0d856e63fda8fa2d5f6df Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 29 Jan 1996 02:05:40 +0000 Subject: [PATCH] from netbsd; add S_IFWHT --- lib/libc/sys/stat.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 0dcebd4c2df..0d0a69c740d 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.8 1995/02/27 12:38:08 cgd Exp $ +.\" $NetBSD: stat.2,v 1.9 1996/01/17 02:15:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -172,6 +172,7 @@ has the following bits: #define S_IFREG 0100000 /* regular */ #define S_IFLNK 0120000 /* symbolic link */ #define S_IFSOCK 0140000 /* socket */ +#define S_IFWHT 0160000 /* whiteout */ #define S_ISUID 0004000 /* set user id on execution */ #define S_ISGID 0002000 /* set group id on execution */ #define S_ISVTX 0001000 /* save swapped text even after use */ -- 2.20.1