svn commit: trunk/uClibc/utils

vapier at uclibc.org vapier at uclibc.org
Sun Feb 26 22:00:58 UTC 2006


Author: vapier
Date: 2006-02-26 14:00:57 -0800 (Sun, 26 Feb 2006)
New Revision: 14302

Log:
remove warning since it seems to have "gone away" now

Modified:
   trunk/uClibc/utils/ldd.c


Changeset:
Modified: trunk/uClibc/utils/ldd.c
===================================================================
--- trunk/uClibc/utils/ldd.c	2006-02-26 13:31:56 UTC (rev 14301)
+++ trunk/uClibc/utils/ldd.c	2006-02-26 22:00:57 UTC (rev 14302)
@@ -645,7 +645,9 @@
 }
 
 /* map the .so, and locate interesting pieces */
+/*
 #warning "There may be two warnings here about vfork() clobbering, ignore them"
+*/
 int find_dependancies(char* filename)
 {
 	int is_suid = 0;




More information about the uClibc-cvs mailing list