aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-04-05 20:15:22 +0000
committerPhil Blundell <philb@gnu.org>1999-04-05 20:15:22 +0000
commitdc2998ea5fb8e7da2899e0bbf83353868bb56641 (patch)
tree635b3bd0581c20ee2064f4ee1180b70ee39e9e8a /include
parentRemove bogus checks for loopback, use the real ARPHRD value. (diff)
downloadnet-tools-dc2998ea5fb8e7da2899e0bbf83353868bb56641.tar.gz
net-tools-dc2998ea5fb8e7da2899e0bbf83353868bb56641.tar.bz2
net-tools-dc2998ea5fb8e7da2899e0bbf83353868bb56641.zip
Include <asm/types.h> in utils.h (apparently needed to build
on some machines). Don't include it in util-ank.c therefore.
Diffstat (limited to 'include')
-rw-r--r--include/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/utils.h b/include/utils.h
index 73f6bd1..04ab16c 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -1,12 +1,7 @@
#ifndef __UTILS_H__
#define __UTILS_H__ 1
-#if 0
#include <asm/types.h>
-#include <asm/bitops.h>
-#include <linux/inetdevice.h>
-#include <resolv.h>
-#endif
extern int preferred_family;
extern int show_stats;