Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define ETIME for systems without that constant #441

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Commits on Jan 15, 2024

  1. 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]>
    dereckson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f7b1794 View commit details
    Browse the repository at this point in the history