commit 16ba5d4d71e3eb6099fb35d5443525b42952e3d6 from: Omar Polo date: Tue May 10 14:42:22 2022 UTC move INFTIM shim to compat.h commit - afc9561422437488762b262dbc33b8c340184536 commit + 16ba5d4d71e3eb6099fb35d5443525b42952e3d6 blob - 84b60242793c3a21ddc50fae638a208fb4f5ee29 blob + 781f3e5ff4a5e1201ee8b90c39e3249b0619b142 --- compat.h +++ compat.h @@ -30,6 +30,10 @@ #define __dead __attribute__((noreturn)) #endif +#ifndef INFTIM +#define INFTIM -1 +#endif + #if HAVE_EVENT2 # include # include blob - a61ffe82c1df11cfce34a2b94ada42d09cb7fd97 blob + a3d72730dafabee34099bc34acf0b9f8c7a82c8d --- ninepscript/script.c +++ ninepscript/script.c @@ -43,10 +43,6 @@ #include "utils.h" #define DEBUG 0 - -#ifndef INFTIM -#define INFTIM -1 -#endif int verbose;