On Thu, 2009-03-19 at 18:17 -1000, David Cantrell wrote: > --- > isys/iface.c | 1 + > isys/iface.h | 1 - > isys/isys.h | 2 ++ > 3 files changed, 3 insertions(+), 1 deletions(-) Looks okay. > > diff --git a/isys/iface.c b/isys/iface.c > index fd9459d..1df5fa0 100644 > --- a/isys/iface.c > +++ b/isys/iface.c > @@ -50,6 +50,7 @@ > #include <nm-ip4-config.h> > #include <nm-setting-ip4-config.h> > > +#include "isys.h" > #include "iface.h" > #include "str.h" > > diff --git a/isys/iface.h b/isys/iface.h > index 59e3849..c95c39b 100644 > --- a/isys/iface.h > +++ b/isys/iface.h > @@ -46,7 +46,6 @@ enum { IPV6_UNUSED_METHOD, IPV6_AUTO_METHOD, IPV6_DHCP_METHOD, > > /* Macros for starting NetworkManager */ > #define NETWORKMANAGER "/usr/sbin/NetworkManager" > -#define OUTPUT_TERMINAL "/dev/tty5" > > /* Per-interface configuration information */ > typedef struct _iface_t { > diff --git a/isys/isys.h b/isys/isys.h > index 6b06951..43355ca 100644 > --- a/isys/isys.h > +++ b/isys/isys.h > @@ -28,6 +28,8 @@ > #define EARLY_SWAP_RAM 270000 > #endif > > +#define OUTPUT_TERMINAL "/dev/tty5" > + > int insmod(char * modName, char * path, char ** args); > int rmmod(char * modName); > _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list