Date: Fri, 30 Sep 2005 14:24:25 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84553 for review Message-ID: <200509301424.j8UEOPCn053382@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84553 Change 84553 by millert@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509301424.j8UEOPCn053382>