summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/os_unix.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 8dcf8c7d0d..018c49f98a 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -159,7 +159,7 @@ typedef union wait waitstatus;
#else
typedef int waitstatus;
#endif
-static int wait4pid __ARGS((pid_t, waitstatus *));
+static pid_t wait4pid __ARGS((pid_t, waitstatus *));
static int WaitForChar __ARGS((long));
#if defined(__BEOS__)
diff --git a/src/version.c b/src/version.c
index d2d0d2c4a8..a162e234fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 303,
+/**/
302,
/**/
301,