from netbsd; add S_IFWHT
authorderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 02:05:40 +0000 (02:05 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 02:05:40 +0000 (02:05 +0000)
lib/libc/sys/stat.2

index 0dcebd4..0d0a69c 100644 (file)
@@ -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 */