home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.131 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.3 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.131
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.131
  11. Problem:    Including errno.h too often.
  12. Solution:   Don't include errno.h in Unix header file.
  13. Files:        src/os_unix.h
  14.  
  15.  
  16. *** ../vim-7.3.130/src/os_unix.h    2010-08-15 21:57:28.000000000 +0200
  17. --- src/os_unix.h    2010-12-17 20:05:34.000000000 +0100
  18. ***************
  19. *** 184,193 ****
  20.   
  21.   #define BASENAMELEN    (MAXNAMLEN - 5)
  22.   
  23. - #ifdef HAVE_ERRNO_H
  24. - # include <errno.h>
  25. - #endif
  26.   #ifdef HAVE_PWD_H
  27.   # include <pwd.h>
  28.   #endif
  29. --- 184,189 ----
  30. *** ../vim-7.3.130/src/version.c    2011-02-25 15:15:43.000000000 +0100
  31. --- src/version.c    2011-02-25 15:16:49.000000000 +0100
  32. ***************
  33. *** 716,717 ****
  34. --- 716,719 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     131,
  38.   /**/
  39.  
  40. -- 
  41. Overflow on /dev/null, please empty the bit bucket.
  42.  
  43.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  44. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  45. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  46.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  47.