From 2d7d605fdfde31394a46a9bc57f39f20e2f39334 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 1998 14:41:23 +0000 Subject: Patch from Aleksey : It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'. --- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index ee698ab873..00a89d46b8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -461,8 +461,8 @@ AC_TRY_RUN([ #include #include int main () { -#if !defined(sun) - union semun arg; +#if !defined(sun) + union semun arg ; #else union semun { int val; -- cgit v1.2.3