SwordArMor-gentoo-overlay/app-shells/bash/files/bash-5.0-syslog-history-extern.patch
Alarig Le Lay 6e5832c851
app-shells/bash: new package, add 5.2_p26-r6
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-07-01 14:05:20 +02:00

16 lines
376 B
Diff

*** ../bash-5.0-patched/builtins/shopt.def 2018-10-05 14:49:02.000000000 -0400
--- builtins/shopt.def 2019-01-23 09:55:22.000000000 -0500
***************
*** 123,127 ****
#endif
! #if defined (SYSLOG_HISTORY) && defined (SYSLOG_SHOPT)
extern int syslog_history;
#endif
--- 123,127 ----
#endif
! #if defined (SYSLOG_HISTORY)
extern int syslog_history;
#endif