]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.303
- new
[packages/vim.git] / 7.3.303
CommitLineData
59ab3540
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.303
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.303 (after 7.3.296)
11Problem: Compilation error.
12Solution: Correct return type from int to pid_t. (Danek Duvall)
13Files: src/os_unix.c
14
15
16*** ../vim-7.3.302/src/os_unix.c 2011-09-07 15:04:26.000000000 +0200
17--- src/os_unix.c 2011-09-08 20:47:47.000000000 +0200
18***************
19*** 159,165 ****
20 #else
21 typedef int waitstatus;
22 #endif
23! static int wait4pid __ARGS((pid_t, waitstatus *));
24
25 static int WaitForChar __ARGS((long));
26 #if defined(__BEOS__)
27--- 159,165 ----
28 #else
29 typedef int waitstatus;
30 #endif
31! static pid_t wait4pid __ARGS((pid_t, waitstatus *));
32
33 static int WaitForChar __ARGS((long));
34 #if defined(__BEOS__)
35*** ../vim-7.3.302/src/version.c 2011-09-08 23:22:35.000000000 +0200
36--- src/version.c 2011-09-08 23:23:43.000000000 +0200
37***************
38*** 711,712 ****
39--- 711,714 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 303,
43 /**/
44
45--
46For humans, honesty is a matter of degree. Engineers are always honest in
47matters of technology and human relationships. That's why it's a good idea
48to keep engineers away from customers, romantic interests, and other people
49who can't handle the truth.
50 (Scott Adams - The Dilbert principle)
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ an exciting new programming language -- http://www.Zimbu.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.036448 seconds and 4 git commands to generate.