diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-05-16 14:41:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-05-16 14:41:10 +0000 |
commit | 8f0b2d46c7020c2ae097c748940f74b3af1383f7 (patch) | |
tree | d669dfdc7c3c1f0dfd85927dd4f1236a936b6126 /src/os_unix.c | |
parent | 856b9fef3a20557b100202efd3610f26cec5bb71 (diff) | |
download | vim-git-8f0b2d46c7020c2ae097c748940f74b3af1383f7.tar.gz |
updated for version 7.2-176v7.2.176
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 88b3a6544..4b0f87359 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -199,9 +199,7 @@ static int save_patterns __ARGS((int num_pat, char_u **pat, int *num_file, char_ #endif #ifndef SIG_ERR -# ifndef S_SPLINT_S -# define SIG_ERR ((RETSIGTYPE (*)())-1) -# endif +# define SIG_ERR ((RETSIGTYPE (*)())-1) #endif /* volatile because it is used in signal handler sig_winch(). */ @@ -443,9 +441,7 @@ mch_char_avail() #if defined(HAVE_TOTAL_MEM) || defined(PROTO) # ifdef HAVE_SYS_RESOURCE_H -# ifndef S_SPLINT_S /* splint crashes on bits/resource.h */ -# include <sys/resource.h> -# endif +# include <sys/resource.h> # endif # if defined(HAVE_SYS_SYSCTL_H) && defined(HAVE_SYSCTL) # include <sys/sysctl.h> |