]> andersk Git - moira.git/blobdiff - update/exec_002.c
Remove useless delcaration of index().
[moira.git] / 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.031968 seconds and 4 git commands to generate.