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
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QowSPL18V1Xm6wvarno7NMmIEuu2IKKfc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/08/15 18:01, Michael Butler wrote: > SVN r278414 causes a 'buildworld' to fail. >=20 > The fix is attached, >=20 > imb >=20 *** 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 =3D=3D NULL) - return 0; - if (e =3D=3D NULL || h =3D=3D NULL) rl_initialize(); --- 395,400 ---- *************** *** 1358,1363 **** --- 1355,1363 ---- HistEvent ev; int curr_num; + if (line =3D=3D NULL) + return 0; + if (h =3D=3D NULL || e =3D=3D NULL) rl_initialize(); --QowSPL18V1Xm6wvarno7NMmIEuu2IKKfc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlTX60oACgkQQv9rrgRC1JLLLACdHPwx/REfOrKPy0q8qLJyOxwX qrsAnRmSsvCo7fu2asT14K1w60GZfq/0 =qhlx -----END PGP SIGNATURE----- --QowSPL18V1Xm6wvarno7NMmIEuu2IKKfc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54D7EB4A.8080107>