]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ntpd: fix build with -fno-common
authorKyle Evans <kevans@FreeBSD.org>
Mon, 6 Apr 2020 23:11:43 +0000 (23:11 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 6 Apr 2020 23:11:43 +0000 (23:11 +0000)
commit302ab0eb27f8f98527072595258584949ce62fe8
tree959cb62a60cb596f36dfdec43691ea8f04ee5c65
parentce6a89e27cd190313be39bb479880aeda4778436
ntpd: fix build with -fno-common

Only a small nit here: psl should be declared extern and defined exactly
once.

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

MFC after: 3 days
contrib/ntp/include/ntp_config.h
contrib/ntp/ntpd/ntp_config.c