[Midnightbsd-cvs] src [7779] trunk/sys/sys/stat.h: add mach fines
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 4 20:44:51 EDT 2016
Revision: 7779
http://svnweb.midnightbsd.org/src/?rev=7779
Author: laffer1
Date: 2016-09-04 20:44:51 -0400 (Sun, 04 Sep 2016)
Log Message:
-----------
add mach fines
Modified Paths:
--------------
trunk/sys/sys/stat.h
Modified: trunk/sys/sys/stat.h
===================================================================
--- trunk/sys/sys/stat.h 2016-09-04 23:09:35 UTC (rev 7778)
+++ trunk/sys/sys/stat.h 2016-09-05 00:44:51 UTC (rev 7779)
@@ -228,6 +228,8 @@
#define S_IFREG 0100000 /* regular */
#define S_IFLNK 0120000 /* symbolic link */
#define S_IFSOCK 0140000 /* socket */
+#deinfe S_IFPORT 0150000 /* mach port */
+#deinfe S_IFPSET 0160000 /* mach portset */
#define S_ISVTX 0001000 /* save swapped text even after use */
#endif
#if __BSD_VISIBLE
More information about the Midnightbsd-cvs
mailing list