PERFORCE change 40414 for review
Andrew Reisse
areisse at FreeBSD.org
Fri Oct 24 11:11:56 PDT 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
More information about the p4-projects
mailing list