diff options
author | Ales Kozumplik <akozumpl@redhat.com> | 2010-03-02 09:46:52 +0100 |
---|---|---|
committer | Ales Kozumplik <akozumpl@redhat.com> | 2010-03-08 14:02:30 +0100 |
commit | 22fd31d247d8fe36587e85732be8cbb067a0abeb (patch) | |
tree | f779c26505c0485fe5fab887a85d40d8e761fbdf /loader/net.c | |
parent | d42a7a7e21c6b4a45437a6139e169ccaaf17784b (diff) | |
download | anaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.tar.gz anaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.tar.xz anaconda-22fd31d247d8fe36587e85732be8cbb067a0abeb.zip |
move log.c from loader into isys.
This is in preparation to use logging from imount.c. We don't want a dependency
of isys on loader, instead move logging code into isys and change loader sources
to use the log.h header in isys.
Diffstat (limited to 'loader/net.c')
-rw-r--r-- | loader/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/net.c b/loader/net.c index 9e4daa1af..8796a68e9 100644 --- a/loader/net.c +++ b/loader/net.c @@ -44,11 +44,11 @@ #include "../isys/ethtool.h" #include "../isys/iface.h" #include "../isys/str.h" +#include "../isys/log.h" #include "lang.h" #include "loader.h" #include "loadermisc.h" -#include "log.h" #include "method.h" #include "net.h" #include "windows.h" |