PERFORCE change 40414 for review
Andrew Reisse
areisse at FreeBSD.org
Fri Oct 24 18:11:54 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=40414
Change 40414 by areisse at areisse_ibook on 2003/10/24 11:10:52
mac_get_pid wrapper
Affected files ...
.. //depot/projects/trustedbsd/sedarwin/libmac/mac_get.c#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin/libmac/mac_get.c#2 (text+ko) ====
@@ -62,7 +62,7 @@
int
mac_get_pid(pid_t pid, struct mac *label)
{
- return ENOSYS;
+ return syscall (343, pid, label);
}
int
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