]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.131
- new
[packages/vim.git] / 7.3.131
CommitLineData
7fd9e930
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.131
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.131
11Problem: Including errno.h too often.
12Solution: Don't include errno.h in Unix header file.
13Files: 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--
42Overflow 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.067274 seconds and 4 git commands to generate.