PERFORCE change 84553 for review
Todd Miller
millert at FreeBSD.org
Fri Sep 30 14:24:25 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=84553
Change 84553 by millert at millert_g4tower on 2005/09/30 14:23:29
Don't renumber apple defines without reason
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/bootstrap_cmds/migcom.tproj/routine.h#5 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/bootstrap_cmds/migcom.tproj/routine.h#5 (text+ko) ====
@@ -77,9 +77,9 @@
#define akeImplicit (16) /* an implicit argument, from the trailer */
#define akeSecToken (17) /* an argument from the trailer: the security token */
#define akeAuditToken (18) /* an argument from the trailer: the audit token */
-#define akeMsgLabels (19) /* an argument from the trailer: message labels */
-#define akeAccessFlag (20) /* the bit for this routine from the access vector in the trailer */
-#define akeSendTime (21) /* pointed at by rtWaitTime */
+#define akeSendTime (19) /* pointed at by rtWaitTime */
+#define akeMsgLabels (20) /* an argument from the trailer: message labels */
+#define akeAccessFlag (21) /* the bit for this routine from the access vector in the trailer */
#define akeBITS (0x0000003f)
#define akbRequest (0x00000040) /* has a msg_type in request */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list