forked from aniani/vim
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:
@@ -184,10 +184,6 @@
|
||||
|
||||
#define BASENAMELEN (MAXNAMLEN - 5)
|
||||
|
||||
#ifdef HAVE_ERRNO_H
|
||||
# include <errno.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user