mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +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
|
||||
|
||||
/* 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
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user