From: zacheiss Date: Tue, 21 Aug 2001 21:56:54 +0000 (+0000) Subject: Make this build under Win32 again; remove unused variable. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/0aebabe79267bf5523e40403c2fc33cce6846aaf Make this build under Win32 again; remove unused variable. --- diff --git a/clients/stella/stella.c b/clients/stella/stella.c index 4142aae7..cff90a5a 100644 --- a/clients/stella/stella.c +++ b/clients/stella/stella.c @@ -10,12 +10,6 @@ * . */ -#include -#include - -#include -#include - #include #include #include @@ -27,6 +21,16 @@ #include #include +#ifdef _WIN32 +typedef unsigned long in_addr_t; +#else +#include +#include + +#include +#include +#endif + RCSID("$Header$"); struct owner_type { @@ -854,7 +858,6 @@ void show_host_info(char **argv) void show_host_info_unformatted(char **argv) { - char tbuf[256]; char *args[3]; struct mqelem *elem = NULL; int stat;