Patch from Denis Vlasenko, tweak error messages.
[oweals/busybox.git] / networking / traceroute.c
index 4f7ebf1769e6bf3231323e83c0f71f289c086b8b..190f19ddc0d52f8667f0d78d4eba82108af72e8d 100644 (file)
 //#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
 
 #include <errno.h>
-#include <memory.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <malloc.h>
 #include <netdb.h>
 #include <endian.h>
 #include <getopt.h>
 #include <sys/file.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
-#include <sys/time.h>                           /* concession to AIX */
 #include <sys/select.h>
 #include "inet_common.h"