Hi:

vim-7.1

I had to make the following change to explicitly bring in
<sys/types.h> for the test for mode_t to work.  I tried
under NetBSD for comparison and on that platform
<sys/types.h> happens to be brought in by either <stdlib.h>
or <unistd.h> but that's not standard.

Regards,

-seanb

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

--- auto/configure.orig 2007-05-12 07:49:09.000000000 -0400
+++ auto/configure      2007-10-26 10:55:44.000000000 -0400
@@ -10264,7 +10264,7 @@
 
 
 for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
-       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \
+       termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \
        iconv.h langinfo.h unistd.h stropts.h errno.h \
        sys/resource.h sys/systeminfo.h locale.h \
        sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \

Raspunde prin e-mail lui