]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.053
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.053
CommitLineData
d8621708 1To: vim-dev@vim.org
2Subject: Patch 6.2.053
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.053
11Problem: Prototype for bzero() doesn't match most systems.
12Solution: Use "void *" instead of "char *" and "size_t" intead of "int".
13Files: src/osdef1.h.in
14
15
16*** ../vim-6.2.052/src/osdef1.h.in Tue Jun 26 14:17:11 2001
17--- src/osdef1.h.in Wed Jul 2 23:01:42 2003
18***************
19*** 71,77 ****
20 # endif
21 #endif
22 /* used inside of FD_ZERO macro: */
23! extern void bzero __ARGS((char *, int));
24 #ifdef HAVE_SETSID
25 extern pid_t setsid __ARGS((void));
26 #endif
27--- 71,77 ----
28 # endif
29 #endif
30 /* used inside of FD_ZERO macro: */
31! extern void bzero __ARGS((void *, size_t));
32 #ifdef HAVE_SETSID
33 extern pid_t setsid __ARGS((void));
34 #endif
35*** ../vim-6.2.052/src/version.c Sun Jul 27 14:57:01 2003
36--- src/version.c Sun Jul 27 14:58:34 2003
37***************
38*** 632,633 ****
39--- 632,635 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 53,
43 /**/
44
45--
46BEDEVERE: Wait. Wait ... tell me, what also floats on water?
47ALL: Bread? No, no, no. Apples .... gravy ... very small rocks ...
48ARTHUR: A duck.
49 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
50
51 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
52/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
53\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
54 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.068427 seconds and 4 git commands to generate.