Date: Sat, 20 Jul 2002 10:28:44 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 14529 for review Message-ID: <200207201728.g6KHSiAt076412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14529 Change 14529 by rwatson@rwatson_curry on 2002/07/20 10:27:43 mpc_ops is now a pointer, so initialize to NULL. Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#75 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#75 (text+ko) ==== @@ -450,7 +450,7 @@ static struct mac_policy_conf mpname##_mac_policy_conf = { \ #mpname, \ mpfullname, \ - { NULL /*... */ }, \ + NULL, \ mpents, \ mpflags, \ privdata_wanted, \ 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?200207201728.g6KHSiAt076412>