diff options
| -rw-r--r-- | gl/stdlib.in.h | 2 | ||||
| -rw-r--r-- | gl/wchar.in.h | 2 | ||||
| -rw-r--r-- | plugins/utils.h | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/gl/stdlib.in.h b/gl/stdlib.in.h index 1342db48..95378503 100644 --- a/gl/stdlib.in.h +++ b/gl/stdlib.in.h | |||
| @@ -237,7 +237,7 @@ _GL_INLINE_HEADER_BEGIN | |||
| 237 | 237 | ||
| 238 | /* Declarations for ISO C N3322. */ | 238 | /* Declarations for ISO C N3322. */ |
| 239 | #if defined __GNUC__ && __GNUC__ >= 15 && !defined __clang__ | 239 | #if defined __GNUC__ && __GNUC__ >= 15 && !defined __clang__ |
| 240 | _GL_EXTERN_C void *bsearch (const void *__key, | 240 | _GL_EXTERN_C void *(bsearch) (const void *__key, |
| 241 | const void *__base, size_t __nmemb, size_t __size, | 241 | const void *__base, size_t __nmemb, size_t __size, |
| 242 | int (*__compare) (const void *, const void *)) | 242 | int (*__compare) (const void *, const void *)) |
| 243 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3) _GL_ARG_NONNULL ((5)); | 243 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3) _GL_ARG_NONNULL ((5)); |
diff --git a/gl/wchar.in.h b/gl/wchar.in.h index a6c52eb9..b4de3858 100644 --- a/gl/wchar.in.h +++ b/gl/wchar.in.h | |||
| @@ -316,7 +316,7 @@ _GL_EXTERN_C int wcsncmp (const wchar_t *__s1, const wchar_t *__s2, size_t __n) | |||
| 316 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3) | 316 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3) |
| 317 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3); | 317 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3); |
| 318 | # ifndef __cplusplus | 318 | # ifndef __cplusplus |
| 319 | _GL_EXTERN_C wchar_t *wmemchr (const wchar_t *__s, wchar_t __wc, size_t __n) | 319 | _GL_EXTERN_C wchar_t *(wmemchr) (const wchar_t *__s, wchar_t __wc, size_t __n) |
| 320 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3); | 320 | _GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3); |
| 321 | # endif | 321 | # endif |
| 322 | _GL_EXTERN_C wchar_t *wmemset (wchar_t *__s, wchar_t __wc, size_t __n) | 322 | _GL_EXTERN_C wchar_t *wmemset (wchar_t *__s, wchar_t __wc, size_t __n) |
diff --git a/plugins/utils.h b/plugins/utils.h index 68ff1630..c1c921fb 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
| @@ -13,6 +13,7 @@ in order to resist overflow attacks. In addition, a few functions are | |||
| 13 | provided to standardize version and error reporting across the entire | 13 | provided to standardize version and error reporting across the entire |
| 14 | suite of plugins. */ | 14 | suite of plugins. */ |
| 15 | 15 | ||
| 16 | #undef USE_OPENSSL // net-snmp defines USE_OPENSSL as NETSNMP_USE_OPENSSL in net-snmp-config.h | ||
| 16 | #include "../config.h" | 17 | #include "../config.h" |
| 17 | #include <stdbool.h> | 18 | #include <stdbool.h> |
| 18 | #include <stdint.h> | 19 | #include <stdint.h> |
