https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225324
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- Other userland software doesn't compile for this reason, e.g. https://github.com/IAIK/meltdown/issues/14 The "solution" there was: #ifndef ETIME #define ETIME 62 #endif which seems strictly worse than either of the two options you describe. Debian Code Search returns 3470 (Debian) packages referencing ETIME, https://codesearch.debian.net/search?q=ETIME Some of these are going to cause grief if we start defining ETIME, e.g.: libreoffice_1:5.4.3-4/sal/osl/unx/system.hxx #ifdef FREEBSD # define ETIME ETIMEDOUT # include <pthread.h> # include <sys/sem.h> so it seems like the first thing we'll want to do is perform a ports exp-run with ETIME defined -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
