]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.303.patch0
python3: Update to 3.6.3
[ipfire-3.x.git] / vim / patches / vim-7.3.303.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.303
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.303 (after 7.3.296)
11 Problem: Compilation error.
12 Solution: Correct return type from int to pid_t. (Danek Duvall)
13 Files: 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 --
46 For humans, honesty is a matter of degree. Engineers are always honest in
47 matters of technology and human relationships. That's why it's a good idea
48 to keep engineers away from customers, romantic interests, and other people
49 who 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 ///