2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Fix typo, we should define SSIZE_MAX if it is not defined.

This commit is contained in:
Todd C. Miller 2022-06-10 09:34:33 -06:00
parent 6525436db7
commit 169e049821

View File

@ -157,7 +157,7 @@
#endif
#if defined(HAVE_DECL_SSIZE_MAX) && !HAVE_DECL_SSIZE_MAX
# define SIZE_MAX LONG_MAX
# define SSIZE_MAX LONG_MAX
#endif
#if defined(HAVE_DECL_PATH_MAX) && !HAVE_DECL_PATH_MAX