Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707688
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- a/include/ntp_config.h
0
++ b/include/ntp_config.h
Lines 280-286 Link Here
280
 * Poll Skew List
280
 * Poll Skew List
281
 */
281
 */
282
282
283
psl_item psl[17-3+1];		/* values for polls 3-17 */
283
extern psl_item psl[17-3+1];		/* values for polls 3-17 */
284
				/* To simplify the runtime code we */
284
				/* To simplify the runtime code we */
285
				/* don't want to have to special-case */
285
				/* don't want to have to special-case */
286
				/* dealing with a default */
286
				/* dealing with a default */
287
-- a/ntpd/ntp_config.c
287
++ b/ntpd/ntp_config.c
Lines 67-72 Link Here
67
# include <sys/mman.h>
67
# include <sys/mman.h>
68
#endif
68
#endif
69
69
70
psl_item psl[17-3+1];		/* values for polls 3-17 */
71
70
/* list of servers from command line for config_peers() */
72
/* list of servers from command line for config_peers() */
71
int	cmdline_server_count;
73
int	cmdline_server_count;
72
char **	cmdline_servers;
74
char **	cmdline_servers;

Return to bug 707688