=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_main.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- OpenXM_contrib2/fep/fep_main.c 2020/11/01 10:28:22 1.12 +++ OpenXM_contrib2/fep/fep_main.c 2021/03/24 06:22:04 1.13 @@ -8,7 +8,7 @@ #ifndef lint static char rcsid[]= -"$Id: fep_main.c,v 1.12 2020/11/01 10:28:22 noro Exp $ (SRA)"; +"$Id: fep_main.c,v 1.13 2021/03/24 06:22:04 fujimoto Exp $ (SRA)"; #endif /* lint */ #include @@ -690,7 +690,7 @@ void swallow_output() #include #endif -#if defined(__INTERIX) +#if defined(__INTERIX) || defined(ANDROID) #define wait3(s,opt,rp) (waitpid((-1),(s),(opt))) #endif