Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 17:17:22 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 174162 for review
Message-ID:  <201002021717.o12HHMTf091862@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://p4web.freebsd.org/chv.cgi?CH=174162

Change 174162 by rwatson@rwatson_vimage_client on 2010/02/02 17:16:44

	libc no longer requires stub libcache functions.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#17 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Symbol.map#19 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_libcache.c#4 delete

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/Makefile.inc#17 (text+ko) ====

@@ -20,7 +20,7 @@
 	getpeereid.c getprogname.c getpwent.c getttyent.c \
 	getusershell.c getvfsbyname.c glob.c \
 	initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
-	ld_libcache.c ld_libdirs.c ld_sandbox.c \
+	ld_libdirs.c ld_sandbox.c \
 	lockf.c lrand48.c mrand48.c nftw.c nice.c \
 	nlist.c nrand48.c opendir.c \
 	pause.c pmadvise.c popen.c posix_spawn.c \

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

@@ -370,8 +370,6 @@
 	sem_post;
 	sem_wait;
 	sem_unlink;
-	ld_libcache_add;
-	ld_libcache_lookup;
 	ld_insandbox;
 	ld_libdirs;
 };



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