]> andersk Git - moira.git/commitdiff
compile on AIX 3.2
authormar <mar>
Tue, 19 Oct 1993 12:16:30 +0000 (12:16 +0000)
committermar <mar>
Tue, 19 Oct 1993 12:16:30 +0000 (12:16 +0000)
update/exec_002.c

index 672a03936015dc56ea89cf012003596d16e266d0..03188efcd65ea1a2172aa9029a02d2dae947f93a 100644 (file)
@@ -14,7 +14,13 @@ static char *rcsid_exec_002_c = "$Header$";
 #include <stdio.h>
 #include <errno.h>
 #include <sys/types.h>
+#ifdef _AIX
+#undef _BSD
+#endif
 #include <sys/wait.h>
+#ifdef _AIX
+#define _BSD 44
+#endif
 #include <signal.h>
 #include <gdb.h>
 #include <moira.h>
This page took 0.195883 seconds and 5 git commands to generate.