mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Fix compilation when HAVE_DECL_SIG2STR_MAX is not defined.
This commit is contained in:
parent
0c77de559e
commit
6ab5994152
@ -312,7 +312,7 @@ extern int errno;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For sig2str() */
|
/* For sig2str() */
|
||||||
#if defined(HAVE_DECL_SIG2STR_MAX) && !HAVE_DECL_SIG2STR_MAX
|
#if !defined(HAVE_DECL_SIG2STR_MAX) || !HAVE_DECL_SIG2STR_MAX
|
||||||
# define SIG2STR_MAX 32
|
# define SIG2STR_MAX 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user