Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 16:05:33 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15982 for review
Message-ID:  <200208142305.g7EN5XfB067220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15982

Change 15982 by rwatson@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@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?200208142305.g7EN5XfB067220>