Date: Sun, 08 Feb 2015 18:03:38 -0500 From: Michael Butler <imb@protected-networks.net> To: freebsd-current@freebsd.org Subject: Re: SVN r278414 is incorrect Message-ID: <54D7EB4A.8080107@protected-networks.net> In-Reply-To: <54D7EAE7.3010100@protected-networks.net> References: <54D7EAE7.3010100@protected-networks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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();
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlTX60oACgkQQv9rrgRC1JLLLACdHPwx/REfOrKPy0q8qLJyOxwX
qrsAnRmSsvCo7fu2asT14K1w60GZfq/0
=qhlx
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54D7EB4A.8080107>
