SVN r278414 is incorrect

Michael Butler imb at protected-networks.net
Sun Feb 8 23:03:40 UTC 2015


On 02/08/15 18:01, Michael Butler wrote:
> SVN r278414 causes a 'buildworld' to fail.
> 
> The fix is attached,
> 
> 	imb
> 

*** lib/libedit/readline.c~     Sun Feb  8 17:32:41 2015
--- lib/libedit/readline.c      Sun Feb  8 17:55:32 2015
***************
*** 395,403 ****
        char *buf;
        static int used_event_hook;

-       if (line == NULL)
-               return 0;
-
        if (e == NULL || h == NULL)
                rl_initialize();

--- 395,400 ----
***************
*** 1358,1363 ****
--- 1355,1363 ----
        HistEvent ev;
        int curr_num;

+       if (line == NULL)


+               return 0;


+


        if (h == NULL || e == NULL)


                rl_initialize();






-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20150208/4d0e392f/attachment.sig>


More information about the freebsd-current mailing list