]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.303 v7.3.303
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2011 21:24:14 +0000 (23:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Sep 2011 21:24:14 +0000 (23:24 +0200)
Problem:    Compilation error.
Solution:   Correct return type from int to pid_t. (Danek Duvall)

src/os_unix.c
src/version.c

index 8dcf8c7d0d3c0415ea6f0661064b2370d03fc1a5..018c49f98a44d38f59bdf5a8abf50e222af05517 100644 (file)
@@ -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__)
index d2d0d2c4a84764707a5468d8a03d574ea3f52913..a162e234feb07a0d9ab3f347044773005d2939a0 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    303,
 /**/
     302,
 /**/