[Midnightbsd-cvs] src [7214] trunk/sys/sys/ipc.h: need this for compat43

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 5 21:35:50 EDT 2015


Revision: 7214
          http://svnweb.midnightbsd.org/src/?rev=7214
Author:   laffer1
Date:     2015-08-05 21:35:50 -0400 (Wed, 05 Aug 2015)
Log Message:
-----------
need this for compat43

Modified Paths:
--------------
    trunk/sys/sys/ipc.h

Modified: trunk/sys/sys/ipc.h
===================================================================
--- trunk/sys/sys/ipc.h	2015-08-06 01:29:03 UTC (rev 7213)
+++ trunk/sys/sys/ipc.h	2015-08-06 01:35:50 UTC (rev 7214)
@@ -70,7 +70,8 @@
 #endif
 
 #if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
-    defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7)
+    defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) || \
+    defined(COMPAT_43)
 struct ipc_perm_old {
 	unsigned short	cuid;	/* creator user id */
 	unsigned short	cgid;	/* creator group id */



More information about the Midnightbsd-cvs mailing list