PERFORCE change 169292 for review

Robert Watson rwatson at FreeBSD.org
Wed Oct 7 14:15:48 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169292

Change 169292 by rwatson at 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 {


More information about the p4-projects mailing list