components/vim/patches/7.4.692.patch
branchs11-update
changeset 4182 edb1ea7d72bc
equal deleted inserted replaced
4180:5cd36902893c 4182:edb1ea7d72bc
       
     1 Pulled from http://ftp.vim.org/pub/vim/patches/7.4/7.4.692
       
     2 Removed the version.c bump.
       
     3 
       
     4 To: [email protected]
       
     5 Subject: Patch 7.4.692
       
     6 Fcc: outbox
       
     7 From: Bram Moolenaar <[email protected]>
       
     8 Mime-Version: 1.0
       
     9 Content-Type: text/plain; charset=UTF-8
       
    10 Content-Transfer-Encoding: 8bit
       
    11 ------------
       
    12 
       
    13 Patch 7.4.692
       
    14 Problem:    Defining SOLARIS for no good reason. (Danek Duvall)
       
    15 Solution:   Remove it.
       
    16 Files:	    src/os_unix.h
       
    17 
       
    18 
       
    19 *** ../vim-7.4.691/src/os_unix.h	2014-03-25 13:46:22.841832960 +0100
       
    20 --- src/os_unix.h	2015-04-09 22:04:39.557343160 +0200
       
    21 ***************
       
    22 *** 65,77 ****
       
    23   #endif
       
    24   
       
    25   /*
       
    26 -  * Sun defines FILE on SunOS 4.x.x, Solaris has a typedef for FILE
       
    27 -  */
       
    28 - #if defined(sun) && !defined(FILE)
       
    29 - # define SOLARIS
       
    30 - #endif
       
    31 - 
       
    32 - /*
       
    33    * Using getcwd() is preferred, because it checks for a buffer overflow.
       
    34    * Don't use getcwd() on systems do use system("sh -c pwd").  There is an
       
    35    * autoconf check for this.
       
    36 --- 65,70 ----