[Midnightbsd-cvs] src [7780] trunk/sys/sys/stat.h: fix typo
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 4 20:46:02 EDT 2016
Revision: 7780
http://svnweb.midnightbsd.org/src/?rev=7780
Author: laffer1
Date: 2016-09-04 20:46:01 -0400 (Sun, 04 Sep 2016)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/sys/sys/stat.h
Modified: trunk/sys/sys/stat.h
===================================================================
--- trunk/sys/sys/stat.h 2016-09-05 00:44:51 UTC (rev 7779)
+++ trunk/sys/sys/stat.h 2016-09-05 00:46:01 UTC (rev 7780)
@@ -228,8 +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_IFPORT 0150000 /* mach port */
+#define 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