mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Closes: https://bugs.gentoo.org/676114 Closes: https://github.com/gentoo/gentoo/pull/10949 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
16 lines
376 B
Diff
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
|