Date: Wed, 14 Aug 2002 07:53:15 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 15968 for review Message-ID: <200208141453.g7EErFLO072536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15968 Change 15968 by rwatson@rwatson_sproing on 2002/08/14 07:52:57 Prefer NULL to 0 when declaring that no slot is required for a policy. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#65 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#65 (text+ko) ==== @@ -1132,4 +1132,4 @@ }; MAC_POLICY_SET(mac_none_ops, trustedbsd_mac_none, "TrustedBSD MAC/None", - MPC_LOADTIME_FLAG_UNLOADOK, 0); + MPC_LOADTIME_FLAG_UNLOADOK, NULL); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208141453.g7EErFLO072536>