From 9255f1e75e41b60df086bd37c82e1aa77d4d42f2 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 19 Mar 2009 18:00:47 -1000 Subject: Move OUTPUT_TERMINAL definition to isys.h --- isys/iface.c | 1 + isys/iface.h | 1 - isys/isys.h | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'isys') diff --git a/isys/iface.c b/isys/iface.c index fd9459dc7..1df5fa0cd 100644 --- a/isys/iface.c +++ b/isys/iface.c @@ -50,6 +50,7 @@ #include #include +#include "isys.h" #include "iface.h" #include "str.h" diff --git a/isys/iface.h b/isys/iface.h index 59e384914..c95c39bd6 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 6b0695131..43355ca38 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); -- cgit