Problem: Warning for missing return type.
Solution: Add "int". (San James, closes #11496)
/* end confdefs.h. */
#include <signal.h>
-test_sig()
+int test_sig()
{
struct sigcontext *scont;
scont = (struct sigcontext *)0;
AC_MSG_CHECKING(for struct sigcontext)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
#include <signal.h>
-test_sig()
+int test_sig()
{
struct sigcontext *scont;
scont = (struct sigcontext *)0;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 834,
/**/
833,
/**/