summaryrefslogtreecommitdiffstats
path: root/isys/ethtool.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-06-26 15:01:37 +0000
committerPeter Jones <pjones@redhat.com>2006-06-26 15:01:37 +0000
commit5e02daa09efa156a1465e12a432ab7c05c51c68b (patch)
tree40157a6363c911783d38921b1303ccbb882a14f1 /isys/ethtool.c
parent449c0b5eaf6b6f7b83690a422a98b8bdacb044e2 (diff)
downloadanaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.gz
anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.xz
anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.zip
- get rid of diet.
Diffstat (limited to 'isys/ethtool.c')
-rw-r--r--isys/ethtool.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/isys/ethtool.c b/isys/ethtool.c
index bc4707c22..e1e68c7d0 100644
--- a/isys/ethtool.c
+++ b/isys/ethtool.c
@@ -24,10 +24,6 @@
#include <sys/types.h>
#include <net/if.h>
-#ifdef DIET
-typedef void * caddr_t;
-#endif
-
#include <linux/sockios.h>
#include "net.h"