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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_xfer_server.c

    r577 r583  
    5959#endif
    6060
    61 #if TIME_WITH_SYS_TIME
    62 #include <sys/time.h>
    63 #include <time.h>
    64 #else
    6561#if HAVE_SYS_TIME_H
    6662#include <sys/time.h>
    67 #else
     63#endif
    6864#include <time.h>
    69 #endif
    70 #endif
    71 
    72 /*
    73 #ifdef TM_IN_SYS_TIME
    74 #include <sys/time.h>
    75 #else
    76 #include <time.h>
    77 #endif
    78 */
    7965
    8066#ifdef HAVE_SYS_SELECT_H
Note: See TracChangeset for help on using the changeset viewer.