We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f5420 commit dfd2cc6Copy full SHA for dfd2cc6
builtins/shopt.def
@@ -122,7 +122,7 @@ extern int assoc_expand_once;
122
extern int array_expand_once;
123
#endif
124
125
-#if defined (SYSLOG_HISTORY) && defined (SYSLOG_SHOPT)
+#if defined (SYSLOG_HISTORY)
126
extern int syslog_history;
127
128
patchlevel.h
@@ -25,6 +25,6 @@
25
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
26
looks for to find the patch level (for the sccs version string). */
27
28
-#define PATCHLEVEL 5
+#define PATCHLEVEL 6
29
30
#endif /* _PATCHLEVEL_H_ */
0 commit comments