Changeset 583 for trunk/src/sh_suidchk.c
- Timestamp:
- Nov 13, 2024, 2:47:31 PM (33 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_suidchk.c
r543 r583 42 42 #if defined (SH_WITH_CLIENT) || defined (SH_STANDALONE) 43 43 44 #if TIME_WITH_SYS_TIME45 #include <sys/time.h>46 #include <time.h>47 #else48 44 #if HAVE_SYS_TIME_H 49 45 #include <sys/time.h> 50 #e lse46 #endif 51 47 #include <time.h> 52 #endif53 #endif54 48 55 49 #ifdef HAVE_DIRENT_H
Note:
See TracChangeset
for help on using the changeset viewer.