freebsd-src/contrib/telnet
Kyle Evans fb1bc03eee Re-apply r359399: telnet -fno-common fix
line and auth_level's redefinitions are just extraneous

telnetd will #define extern and then include ext.h to allocate storage for
all of these extern'd vars; however, two of them are actually defined in
libtelnet instead. Instead of doing an #ifdef extern dance around those
function pointers, just add an EXTERN macro to make it easier to
differentiate by sight which ones will get allocated in globals.c and which
ones are defined elsewhere.

MFC after:	3 days
2020-03-28 19:43:45 +00:00
..
arpa telnet: remove 3rd clause from Berkeley copyrights 2019-08-15 13:27:57 +00:00
libtelnet Revert 359399: telnet -fno-common bits 2020-03-28 17:57:36 +00:00
telnet telnet: remove 3rd clause from Berkeley copyrights 2019-08-15 13:27:57 +00:00
telnetd Re-apply r359399: telnet -fno-common fix 2020-03-28 19:43:45 +00:00