changeset 2715:f38283ce871c v7.3.131

updated for version 7.3.131 Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 15:17:19 +0100
parents 464da5b48d27
children 0b4a515b1254
files src/os_unix.h src/version.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -184,10 +184,6 @@
 
 #define BASENAMELEN	(MAXNAMLEN - 5)
 
-#ifdef HAVE_ERRNO_H
-# include <errno.h>
-#endif
-
 #ifdef HAVE_PWD_H
 # include <pwd.h>
 #endif
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    131,
+/**/
     130,
 /**/
     129,