updated for version 7.1-090

This commit is contained in:
vimboss
2007-08-30 09:47:38 +00:00
parent 38f1c4a04d
commit 2f6f652fd4
2 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -753,7 +753,8 @@ init_signal_stack()
if (signal_stack != NULL)
{
# ifdef HAVE_SIGALTSTACK
# ifdef __APPLE__
# if defined(__APPLE__) && (!defined(MAC_OS_X_VERSION_MAX_ALLOWED) \
|| MAC_OS_X_VERSION_MAX_ALLOWED <= 1040)
/* missing prototype. Adding it to osdef?.h.in doesn't work, because
* "struct sigaltstack" needs to be declared. */
extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct sigaltstack *oss));
@@ -5688,7 +5689,7 @@ gpm_open()
/*
* Closes connection to gpm
* returns non-zero if connection succesfully closed
* returns non-zero if connection successfully closed
*/
static void
gpm_close()
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
90,
/**/
89,
/**/