Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 22:58:59 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164213 for review
Message-ID:  <200906122258.n5CMwxSL085278@repoman.freebsd.org>

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

Change 164213 by rwatson@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)
 {



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