svn commit: trunk/uClibc/utils

vapier at uclibc.org vapier at uclibc.org
Sat Oct 7 06:01:38 UTC 2006


Author: vapier
Date: 2006-10-06 23:01:37 -0700 (Fri, 06 Oct 2006)
New Revision: 16328

Log:
the makefile will include elf.h for us #778

Modified:
   trunk/uClibc/utils/ldd.c
   trunk/uClibc/utils/readelf.c


Changeset:
Modified: trunk/uClibc/utils/ldd.c
===================================================================
--- trunk/uClibc/utils/ldd.c	2006-10-06 21:24:04 UTC (rev 16327)
+++ trunk/uClibc/utils/ldd.c	2006-10-07 06:01:37 UTC (rev 16328)
@@ -27,8 +27,8 @@
 
 #include "bswap.h"
 #include "link.h"
-#include "elf.h"
 #include "dl-defs.h"
+/* makefile will include elf.h for us */
 
 #ifdef DMALLOC
 #include <dmalloc.h>

Modified: trunk/uClibc/utils/readelf.c
===================================================================
--- trunk/uClibc/utils/readelf.c	2006-10-06 21:24:04 UTC (rev 16327)
+++ trunk/uClibc/utils/readelf.c	2006-10-07 06:01:37 UTC (rev 16328)
@@ -24,8 +24,8 @@
 #include <sys/types.h>
 
 #include "bswap.h"
-#include "elf.h"
 #include "link.h"
+/* makefile will include elf.h for us */
 
 int byteswap;
 inline uint32_t byteswap32_to_host(uint32_t value)




More information about the uClibc-cvs mailing list