Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 11:11:54 -0700 (PDT)
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40414 for review
Message-ID:  <200310241811.h9OIBsro008201@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=40414

Change 40414 by areisse@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310241811.h9OIBsro008201>