diff options
Diffstat (limited to 'net/ntp/files/patch-include_ntp__config.h')
-rw-r--r-- | net/ntp/files/patch-include_ntp__config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ntp/files/patch-include_ntp__config.h b/net/ntp/files/patch-include_ntp__config.h new file mode 100644 index 000000000000..a3ca6ffde001 --- /dev/null +++ b/net/ntp/files/patch-include_ntp__config.h @@ -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 */ |