summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
commit2d7d605fdfde31394a46a9bc57f39f20e2f39334 (patch)
treee3f9b09eab63d5d02f8b04f8b843b7b3b228f96f /aclocal.m4
parentPatches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself to (diff)
downloadrtems-2d7d605fdfde31394a46a9bc57f39f20e2f39334.tar.bz2
Patch from Aleksey <qqi@world.std.com>:
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
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 <sys/ipc.h>
#include <sys/sem.h>
int main () {
-#if !defined(sun)
- union semun arg;
+#if !defined(sun)
+ union semun arg ;
#else
union semun {
int val;