]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.148
- updated to 7.1.285
[packages/vim.git] / 7.1.148
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.148
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 7.1.148
11 Problem:    Some types are not found by configure.
12 Solution:   Test for the sys/types.h header file. (Sean Boudreau)
13 Files:      src/configure.in, src/auto/configure
14
15
16 *** ../vim-7.1.147/src/configure.in     Thu Jun 28 13:02:22 2007
17 --- src/configure.in    Sat Oct 27 15:52:16 2007
18 ***************
19 *** 2026,2032 ****
20   fi
21   
22   AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
23 !       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
24         iconv.h langinfo.h unistd.h stropts.h errno.h \
25         sys/resource.h sys/systeminfo.h locale.h \
26         sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
27 --- 2026,2032 ----
28   fi
29   
30   AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
31 !       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
32         iconv.h langinfo.h unistd.h stropts.h errno.h \
33         sys/resource.h sys/systeminfo.h locale.h \
34         sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
35 *** ../vim-7.1.147/src/auto/configure   Thu Jun 28 13:02:22 2007
36 --- src/auto/configure  Sun Nov  4 15:34:14 2007
37 ***************
38 *** 10265,10272 ****
39   
40   
41   
42   for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
43 !       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
44         iconv.h langinfo.h unistd.h stropts.h errno.h \
45         sys/resource.h sys/systeminfo.h locale.h \
46         sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
47 --- 10265,10273 ----
48   
49   
50   
51
52   for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
53 !       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
54         iconv.h langinfo.h unistd.h stropts.h errno.h \
55         sys/resource.h sys/systeminfo.h locale.h \
56         sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \
57 *** ../vim-7.1.147/src/version.c        Tue Oct 30 17:36:31 2007
58 --- src/version.c       Sun Nov  4 15:34:26 2007
59 ***************
60 *** 668,669 ****
61 --- 668,671 ----
62   {   /* Add new patch number below this line */
63 + /**/
64 +     148,
65   /**/
66
67 -- 
68 If your nose runs, and your feet smell, you might be upside down.
69
70  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
71 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
72 \\\        download, build and distribute -- http://www.A-A-P.org        ///
73  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.033492 seconds and 3 git commands to generate.