summaryrefslogtreecommitdiffstats
path: root/isys/isys.c
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-25 14:30:27 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-25 14:30:27 -1000
commite139c48b7e1c870286db3439671fde2da78c3b2d (patch)
treead725006579cd471c035333454a443b6fae0e132 /isys/isys.c
parentf103ab2a2c197604c1c254d5e894578620af61b4 (diff)
downloadanaconda-e139c48b7e1c870286db3439671fde2da78c3b2d.tar.gz
anaconda-e139c48b7e1c870286db3439671fde2da78c3b2d.tar.xz
anaconda-e139c48b7e1c870286db3439671fde2da78c3b2d.zip
Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.
Removed unnecessary typedefs from isys/net.h and renamed it to isys/ethtool.h. Updated source files accordingly.
Diffstat (limited to 'isys/isys.c')
-rw-r--r--isys/isys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.c b/isys/isys.c
index 32b7ef162..7b09779dc 100644
--- a/isys/isys.c
+++ b/isys/isys.c
@@ -76,7 +76,7 @@
#include "iface.h"
#include "isys.h"
#include "imount.h"
-#include "net.h"
+#include "ethtool.h"
#include "smp.h"
#include "lang.h"
#include "wireless.h"