Changeset 583 for trunk/src/sh_suidchk.c


Ignore:
Timestamp:
Nov 13, 2024, 2:47:31 PM (33 hours ago)
Author:
katerina
Message:

Fix for ticket #471 (autoreconf throws warnings/errors).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_suidchk.c

    r543 r583  
    4242#if defined (SH_WITH_CLIENT) || defined (SH_STANDALONE)
    4343
    44 #if TIME_WITH_SYS_TIME
    45 #include <sys/time.h>
    46 #include <time.h>
    47 #else
    4844#if HAVE_SYS_TIME_H
    4945#include <sys/time.h>
    50 #else
     46#endif
    5147#include <time.h>
    52 #endif
    53 #endif
    5448
    5549#ifdef HAVE_DIRENT_H
Note: See TracChangeset for help on using the changeset viewer.