Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2009 22:39:27 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167149 for review
Message-ID:  <200908092239.n79MdR94013289@repoman.freebsd.org>

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

Change 167149 by rwatson@rwatson_freebsd_capabilities on 2009/08/09 22:38:50

	Need a newer version of libsbuf due to library version bump; these
	library specifications are temporary and will go away once lch_start
	speaks ELF better.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 (text+ko) ====

@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#21 $
+ * $P4: //depot/projects/trustedbsd/capabilities/src/lib/libcapability/libcapability_host.c#22 $
  */
 
 #include <sys/param.h>
@@ -67,7 +67,7 @@
 #define	_PATH_USR_LIB	"/usr/lib"
 #define	LIBC_SO	"libc.so.7"
 #define	LIBCAPABILITY_SO	"libcapability.so.1"
-#define	LIBSBUF_SO	"libsbuf.so.4"
+#define	LIBSBUF_SO	"libsbuf.so.5"
 
 extern char **environ;
 



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