]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.131 v7.3.131
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 14:17:19 +0000 (15:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 14:17:19 +0000 (15:17 +0100)
Problem:    Including errno.h too often.
Solution:   Don't include errno.h in Unix header file.

src/os_unix.h
src/version.c

index 5fd28af7d0408bca2d21771b1cb4a6c5144da3b0..3bb9a897380f0418489f22c3e371acfd78a6dfbb 100644 (file)
 
 #define BASENAMELEN    (MAXNAMLEN - 5)
 
-#ifdef HAVE_ERRNO_H
-# include <errno.h>
-#endif
-
 #ifdef HAVE_PWD_H
 # include <pwd.h>
 #endif
index 153ce012d5bd94059927d017f2c70461428d9755..030ceece3eedad65ce9f662f410a1c280176958e 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    131,
 /**/
     130,
 /**/