0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.3.131

Problem:    Including errno.h too often.
Solution:   Don't include errno.h in Unix header file.
This commit is contained in:
Bram Moolenaar
2011-02-25 15:17:19 +01:00
parent ede547afcf
commit c725c0ad9b
2 changed files with 2 additions and 4 deletions

View File

@@ -184,10 +184,6 @@
#define BASENAMELEN (MAXNAMLEN - 5) #define BASENAMELEN (MAXNAMLEN - 5)
#ifdef HAVE_ERRNO_H
# include <errno.h>
#endif
#ifdef HAVE_PWD_H #ifdef HAVE_PWD_H
# include <pwd.h> # include <pwd.h>
#endif #endif

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
131,
/**/ /**/
130, 130,
/**/ /**/