Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2010 15:41:01 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 174241 for review
Message-ID:  <201002031541.o13Ff1m5070670@repoman.freebsd.org>

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

Change 174241 by rwatson@rwatson_vimage_client on 2010/02/03 15:40:58

	Fix typo affecting rtld-elf-cap but not rtld-elf.
	Submitted by:	antoine

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#39 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf/rtld.c#39 (text+ko) ====

@@ -1244,7 +1244,7 @@
 
     if (!ld_library_dirs_done)
 	init_libdirs();
-    for (i = 0; i < ld_library_dircount); i++) {
+    for (i = 0; i < ld_library_dircount; i++) {
 	fd = openat(ld_library_dirs[i], name, O_RDONLY);
 	if (fd >= 0)
 	    return (fd);



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