svn commit: trunk/busybox: e2fsprogs networking

vapier at busybox.net vapier at busybox.net
Sun Apr 16 21:17:03 UTC 2006


Author: vapier
Date: 2006-04-16 14:17:00 -0700 (Sun, 16 Apr 2006)
New Revision: 14895

Log:
kill off pointless malloc.h include

Modified:
   trunk/busybox/e2fsprogs/e2fsck.h
   trunk/busybox/e2fsprogs/fsck.c
   trunk/busybox/networking/traceroute.c


Changeset:
Modified: trunk/busybox/e2fsprogs/e2fsck.h
===================================================================
--- trunk/busybox/e2fsprogs/e2fsck.h	2006-04-16 21:15:42 UTC (rev 14894)
+++ trunk/busybox/e2fsprogs/e2fsck.h	2006-04-16 21:17:00 UTC (rev 14895)
@@ -20,7 +20,6 @@
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/ioctl.h>
-#include <malloc.h>
 #include <termios.h>
 #include <mntent.h>
 #include <dirent.h>

Modified: trunk/busybox/e2fsprogs/fsck.c
===================================================================
--- trunk/busybox/e2fsprogs/fsck.c	2006-04-16 21:15:42 UTC (rev 14894)
+++ trunk/busybox/e2fsprogs/fsck.c	2006-04-16 21:17:00 UTC (rev 14895)
@@ -38,7 +38,6 @@
 #include <paths.h>
 #include <unistd.h>
 #include <errno.h>
-#include <malloc.h>
 #include <signal.h>
 
 #include "fsck.h"

Modified: trunk/busybox/networking/traceroute.c
===================================================================
--- trunk/busybox/networking/traceroute.c	2006-04-16 21:15:42 UTC (rev 14894)
+++ trunk/busybox/networking/traceroute.c	2006-04-16 21:17:00 UTC (rev 14895)
@@ -210,7 +210,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <malloc.h>
 #include <netdb.h>
 #include <endian.h>
 #include <getopt.h>




More information about the busybox-cvs mailing list