Subject: CVS commit: src/dist/ntp/ntpd
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/29/2004 04:16:37
Module Name:	src
Committed By:	christos
Date:		Tue Jun 29 04:16:37 UTC 2004

Modified Files:
	src/dist/ntp/ntpd: ntpd.c

Log Message:
80K of stack is not enough for a 64 bit machine, and we got crashes on
sparc64. change 20 * 4096 to 5 * 4096 * sizeof(void *). This is again
very little, but enough :-). If you see a crash again, don't blame the
nameserver code before you change this constant.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/ntp/ntpd/ntpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.