Subject: CVS commit: src/usr.sbin/timed/timedc
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/27/2007 00:15:50
Module Name: src
Committed By: cbiere
Date: Sat Jan 27 00:15:50 UTC 2007
Modified Files:
src/usr.sbin/timed/timedc: cmds.c
Log Message:
* Fixed a 64-bit issue in daydiff().
* Check the packet size and sender address in daydiff().
* priv_resources(): Use bind() instead of bindresvport() because an
reserved port is not required. This also resolves the interoperability
issue reported in PR bin/35479.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.sbin/timed/timedc/cmds.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.