]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: remove duplicate el definition
authorkevans <kevans@FreeBSD.org>
Sat, 28 Mar 2020 17:02:32 +0000 (17:02 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 28 Mar 2020 17:02:32 +0000 (17:02 +0000)
commitff71585afb5eee078ba1f7af6c4a68f24e40b0be
tree0b6a5af5360e98038b97981c5dc6aabe6fe01d27
parent80ec193e22daea6e6a2314c23860c0ae75902ed9
sh: remove duplicate el definition

el is declared extern in myhistedit.h and defined in histedit.c. Remove the
duplicate definition in input.c to appease the -fno-common build.

-fno-common will become the default in GCC10/LLVM11.

MFC after: 3 days
bin/sh/input.c