Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/02/2000 23:08:48
Module Name:	basesrc
Committed By:	simonb
Date:		Wed May  3 06:08:48 UTC 2000

Modified Files:
	basesrc/dist/ntp: config.h.in configure configure.in
	basesrc/dist/ntp/ntpd: ntp_util.c
	basesrc/usr.sbin/ntp/include: config.h

Log Message:
Fix the <ieeefp.h> problem a different way - nothing actually uses the
contents of that header (the only file that includes it compiles to the
same object code on multiple architectures with or without including
<ieeefp.h>), so remove all references to it.

Fix sent to NTP maintainers - they will probably implement this change
after the immenient 4.1.0 release, but don't want to change it so close
to the release date.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 basesrc/dist/ntp/config.h.in \
    basesrc/dist/ntp/configure basesrc/dist/ntp/configure.in
cvs rdiff -r1.2 -r1.3 basesrc/dist/ntp/ntpd/ntp_util.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/ntp/include/config.h

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