File ntpd-maxmonmen.patch of Package ntp.388
Index: ntp-4.2.6p3/ntpd/ntp_monitor.c
===================================================================
--- ntp-4.2.6p3.orig/ntpd/ntp_monitor.c
+++ ntp-4.2.6p3/ntpd/ntp_monitor.c
@@ -45,7 +45,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 */