summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-01-29 02:05:40 +0000
committerderaadt <deraadt@openbsd.org>1996-01-29 02:05:40 +0000
commitbe2e446b6dcd9ed9bca0d856e63fda8fa2d5f6df (patch)
tree9c5c912374382da101d8e77af43601ddac9f4307 /lib
parentneed errno.h because err declerations have moved (diff)
downloadwireguard-openbsd-be2e446b6dcd9ed9bca0d856e63fda8fa2d5f6df.tar.xz
wireguard-openbsd-be2e446b6dcd9ed9bca0d856e63fda8fa2d5f6df.zip
from netbsd; add S_IFWHT
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.23
1 files changed, 2 insertions, 1 deletions
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 */