Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-17 01:17:00 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-17 01:17:00 +0400
commitf8346038e9899bf7d113d36f89497d854224e2a6 (patch)
treeea59ff8c6019ddc271f0cf356b6e524e5ae669ee /networking/traceroute.c
parentb66c931fad9bddc5d231492691608a37e9ceaf82 (diff)
kill off pointless malloc.h include
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index c7088cf6c..e0f17a57f 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -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>