PERFORCE change 164213 for review

Robert Watson rwatson at FreeBSD.org
Fri Jun 12 22:59:00 UTC 2009


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

Change 164213 by rwatson at rwatson_freebsd_capabilities on 2009/06/12 22:58:20

	Use the right function name for marking as a weak symbol.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_caplibindex.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/gen/ld_caplibindex.c#2 (text+ko) ====

@@ -33,7 +33,7 @@
 
 #include <errno.h>
 
-#pragma weak dlerror
+#pragma weak ld_caplibindex_lookup
 int
 ld_caplibindex_lookup(const char *libname, int *fdp)
 {


More information about the p4-projects mailing list