PERFORCE change 15968 for review
Robert Watson
rwatson at freebsd.org
Wed Aug 14 14:53:15 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15968
Change 15968 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list