]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.053
- fix for current libselinux
[packages/vim.git] / 6.2.053
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.053
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.053
11 Problem:    Prototype for bzero() doesn't match most systems.
12 Solution:   Use "void *" instead of "char *" and "size_t" intead of "int".
13 Files:      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 -- 
46 BEDEVERE: Wait.  Wait ... tell me, what also floats on water?
47 ALL:      Bread?  No, no, no.  Apples .... gravy ... very small rocks ...
48 ARTHUR:   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.034498 seconds and 3 git commands to generate.