aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-16 21:17:00 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-16 21:17:00 +0000
commitf8346038e9899bf7d113d36f89497d854224e2a6 (patch)
treeea59ff8c6019ddc271f0cf356b6e524e5ae669ee /e2fsprogs
parentb66c931fad9bddc5d231492691608a37e9ceaf82 (diff)
downloadbusybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.tar.gz
busybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.tar.bz2
busybox-w32-f8346038e9899bf7d113d36f89497d854224e2a6.zip
kill off pointless malloc.h include
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/e2fsck.h1
-rw-r--r--e2fsprogs/fsck.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h
index 9bf47b603..40a78cec5 100644
--- a/e2fsprogs/e2fsck.h
+++ b/e2fsprogs/e2fsck.h
@@ -20,7 +20,6 @@
20#include <sys/param.h> 20#include <sys/param.h>
21#include <sys/mount.h> 21#include <sys/mount.h>
22#include <sys/ioctl.h> 22#include <sys/ioctl.h>
23#include <malloc.h>
24#include <termios.h> 23#include <termios.h>
25#include <mntent.h> 24#include <mntent.h>
26#include <dirent.h> 25#include <dirent.h>
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c
index 4006c9112..94815565e 100644
--- a/e2fsprogs/fsck.c
+++ b/e2fsprogs/fsck.c
@@ -38,7 +38,6 @@
38#include <paths.h> 38#include <paths.h>
39#include <unistd.h> 39#include <unistd.h>
40#include <errno.h> 40#include <errno.h>
41#include <malloc.h>
42#include <signal.h> 41#include <signal.h>
43 42
44#include "fsck.h" 43#include "fsck.h"