2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Use HAVE_STRUCT_TIMESPEC and HAVE_STRUCT_IN6_ADDR instead of

HAVE_TIMESPEC and HAVE_IN6_ADDR respectively.
This commit is contained in:
Todd C. Miller
2011-12-01 11:07:17 -05:00
parent 3f4b68dd18
commit 51e45647ae
10 changed files with 33 additions and 35 deletions

View File

@@ -52,7 +52,7 @@
#if TIME_WITH_SYS_TIME
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
#ifndef HAVE_STRUCT_TIMESPEC
# include "compat/timespec.h"
#endif
#include <ctype.h>