PERFORCE change 15982 for review

Robert Watson rwatson at freebsd.org
Wed Aug 14 23:05:33 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15982

Change 15982 by rwatson at rwatson_curry on 2002/08/14 16:05:14

	Fix GENERIC build: missed a mac_policy->mac_syscall change.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#239 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#239 (text+ko) ====

@@ -3305,7 +3305,7 @@
 }
 
 int
-mac_syscall(struct thread *td, struct mac_policy_args *uap)
+mac_syscall(struct thread *td, struct mac_syscall_args *uap)
 {
 
 	return (ENOSYS);
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