]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.131
- new: 7.3.271
[packages/vim.git] / 7.3.131
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.131
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.131
11 Problem:    Including errno.h too often.
12 Solution:   Don't include errno.h in Unix header file.
13 Files:      src/os_unix.h
14
15
16 *** ../vim-7.3.130/src/os_unix.h        2010-08-15 21:57:28.000000000 +0200
17 --- src/os_unix.h       2010-12-17 20:05:34.000000000 +0100
18 ***************
19 *** 184,193 ****
20   
21   #define BASENAMELEN   (MAXNAMLEN - 5)
22   
23 - #ifdef HAVE_ERRNO_H
24 - # include <errno.h>
25 - #endif
26
27   #ifdef HAVE_PWD_H
28   # include <pwd.h>
29   #endif
30 --- 184,189 ----
31 *** ../vim-7.3.130/src/version.c        2011-02-25 15:15:43.000000000 +0100
32 --- src/version.c       2011-02-25 15:16:49.000000000 +0100
33 ***************
34 *** 716,717 ****
35 --- 716,719 ----
36   {   /* Add new patch number below this line */
37 + /**/
38 +     131,
39   /**/
40
41 -- 
42 Overflow on /dev/null, please empty the bit bucket.
43
44  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
45 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
47  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.142579 seconds and 3 git commands to generate.