mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Fix typo, we should define SSIZE_MAX if it is not defined.
This commit is contained in:
parent
6525436db7
commit
169e049821
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user