Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2009 14:15:48 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169292 for review
Message-ID:  <200910071415.n97EFmD6076748@repoman.freebsd.org>

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

Change 169292 by rwatson@rwatson_freebsd_capabilities on 2009/10/07 14:14:59

	Following merge of basename_r to head, the symbol should have the
	new FBSD_1.2 symbol version.  Also move other new symbols for
	capability stuff in libc.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#13 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#13 (text) ====

@@ -328,7 +328,6 @@
 FBSD_1.1 {
 	arc4random_buf;
 	arc4random_uniform;
-	basename_r;
 	fdevname;
 	fdevname_r;
 	fdopendir;
@@ -341,8 +340,6 @@
 	fts_read;
 	fts_set;
 	fts_set_clientptr;
-	ld_caplibindex_lookup;
-	ld_insandbox;
 	posix_spawn;
 	posix_spawn_file_actions_addclose;
 	posix_spawn_file_actions_adddup2;
@@ -372,6 +369,8 @@
 FBSD_1.2 {
 	basename_r;
 	getpagesizes;
+	ld_caplibindex_lookup;
+	ld_insandbox;
 };
 
 FBSDprivate_1.0 {



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