File ntpd-maxmonmen.patch of Package ntp
--- ntp-4.2.4p4/ntpd/ntp_monitor.c +++ ntp-4.2.4p4/ntpd/ntp_monitor.c @@ -50,7 +50,7 @@ * ... I don't believe the above is true anymore ... jdg */ #ifndef MAXMONMEM -#define MAXMONMEM 600 /* we allocate up to 600 structures */ +#define MAXMONMEM 520 /* we allocate up to 520 structures */ #endif #ifndef MONMEMINC #define MONMEMINC 40 /* allocate them 40 at a time */