Index: head/net/ntp/files/patch-include_ntp__config.h =================================================================== --- head/net/ntp/files/patch-include_ntp__config.h (nonexistent) +++ head/net/ntp/files/patch-include_ntp__config.h (revision 531028) @@ -0,0 +1,13 @@ +Index: include/ntp_config.h +=================================================================== +--- include/ntp_config.h (revision 359675) ++++ include/ntp_config.h (revision 359676) +@@ -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 */ Property changes on: head/net/ntp/files/patch-include_ntp__config.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/ntp/files/patch-ntpd_ntp__config.c =================================================================== --- head/net/ntp/files/patch-ntpd_ntp__config.c (nonexistent) +++ head/net/ntp/files/patch-ntpd_ntp__config.c (revision 531028) @@ -0,0 +1,13 @@ +Index: ntpd/ntp_config.c +=================================================================== +--- ntpd/ntp_config.c (revision 359675) ++++ ntpd/ntp_config.c (revision 359676) +@@ -202,6 +202,8 @@ + + extern char *stats_drift_file; /* name of the driftfile */ + ++psl_item psl[17-3+1]; ++ + #ifdef BC_LIST_FRAMEWORK_NOT_YET_USED + /* + * backwards compatibility flags Property changes on: head/net/ntp/files/patch-ntpd_ntp__config.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property