[uClibc-cvs] uClibc/utils ldd.c,1.11,1.12

Erik Andersen andersen at uclibc.org
Mon Mar 8 20:57:24 UTC 2004


Update of /var/cvs/uClibc/utils
In directory nail:/tmp/cvs-serv25535/utils

Modified Files:
	ldd.c 
Log Message:
Fix comment


Index: ldd.c
===================================================================
RCS file: /var/cvs/uClibc/utils/ldd.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/ldd.c	13 Feb 2004 11:11:10 -0000	1.11
+++ b/ldd.c	8 Mar 2004 20:57:21 -0000	1.12
@@ -230,7 +230,7 @@
 }
 
 /* This function's behavior must exactly match that
- * in uClibc/ldso/ldso/readelflib1.c */
+ * in uClibc/ldso/ldso/dl-elf.c */
 static void search_for_named_library(char *name, char *result, const char *path_list)
 {
 	int i, count = 1;
@@ -337,7 +337,7 @@
 	}
 
 	/* Lastly, search the standard list of paths for the library.
-	   This list must exactly match the list in uClibc/ldso/ldso/readelflib1.c */
+	   This list must exactly match the list in uClibc/ldso/ldso/dl-elf.c */
 	path =	UCLIBC_RUNTIME_PREFIX "usr/X11R6/lib:"
 		UCLIBC_RUNTIME_PREFIX "usr/lib:"
 		UCLIBC_RUNTIME_PREFIX "lib:"




More information about the uClibc-cvs mailing list