Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define ETIME for systems without that constant
ETIME alternative implementation as ETIMEDOUT is already available for the worker, but not for the naemon component. This fixes the following compilation error on systems without ETIME: src/naemon/workers.c:517:27: error: use of undeclared identifier 'ETIME' if (wpres.error_code == ETIME) { ^ 1 error generated. Signed-off-by: Sébastien Santoro <[email protected]>
- Loading branch information