Patch 7.3.1007
Problem:    Can't build on Minix 3.2.1.
Solution:   Add a condition to an #ifdef. (Gautam Tirumala)
Files:      src/memfile.c


*** ../vim-7.3.1006/src/memfile.c       2013-05-06 04:21:35.000000000 +0200
--- src/memfile.c       2013-05-23 22:22:22.000000000 +0200
***************
*** 127,133 ****
  {
      memfile_T         *mfp;
      off_t             size;
! #if defined(STATFS) && defined(UNIX) && !defined(__QNX__)
  # define USE_FSTATFS
      struct STATFS     stf;
  #endif
--- 127,133 ----
  {
      memfile_T         *mfp;
      off_t             size;
! #if defined(STATFS) && defined(UNIX) && !defined(__QNX__) && !defined(__minix)
  # define USE_FSTATFS
      struct STATFS     stf;
  #endif
*** ../vim-7.3.1006/src/version.c       2013-05-23 22:25:10.000000000 +0200
--- src/version.c       2013-05-23 22:26:16.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
  {   /* Add new patch number below this line */
+ /**/
+     1007,
  /**/

-- 
Mrs Abbott: I'm a paediatrician.
     Basil: Feet?
Mrs Abbott: Children.
     Sybil: Oh, Basil!
     Basil: Well, children have feet, don't they? That's how they move
            around, my dear. You must take a look next time, it's most
            interesting.                               (Fawlty Towers)

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui