diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
commit | 3914721463f70500ecc1f59312b122d8788465cf (patch) | |
tree | f253e72838d762e229ca71912a4a928e96cac2bd /lib/isc/win32 | |
parent | 5171bc9b11192d9ad273db7854787eaa65eb9997 (diff) | |
download | src-vendor/ntp.tar.gz src-vendor/ntp.zip |
Import ntp-4.2.8p15.vendor/ntp/4.2.8p15vendor/ntp
Security: ntp bug 3661
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=362565
svn path=/vendor/ntp/4.2.8p15/; revision=362566; tag=vendor/ntp/4.2.8p15
Diffstat (limited to 'lib/isc/win32')
-rw-r--r-- | lib/isc/win32/include/isc/int.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h index 2ee8bf96a3fb..edcf59dd3ad7 100644 --- a/lib/isc/win32/include/isc/int.h +++ b/lib/isc/win32/include/isc/int.h @@ -20,7 +20,9 @@ #ifndef ISC_INT_H #define ISC_INT_H 1 -#define _INTEGRAL_MAX_BITS 64 +#ifndef _INTEGRAL_MAX_BITS +# define _INTEGRAL_MAX_BITS 64 +#endif #include <limits.h> typedef __int8 isc_int8_t; |