--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/include/ntp_config.h +++ b/include/ntp_config.h @@ -280,7 +280,7 @@ * Poll Skew List */ -psl_item psl[17-3+1]; /* values for polls 3-17 */ +extern psl_item psl[17-3+1]; /* values for polls 3-17 */ /* To simplify the runtime code we */ /* don't want to have to special-case */ /* dealing with a default */ --- a/ntpd/ntp_config.c +++ b/ntpd/ntp_config.c @@ -67,6 +67,8 @@ # include #endif +psl_item psl[17-3+1]; /* values for polls 3-17 */ + /* list of servers from command line for config_peers() */ int cmdline_server_count; char ** cmdline_servers;