Subject: Re: CVS commit: src/dist/ntp/ntpd
To: None <dogcow@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 11/13/2006 21:54:49
On Nov 13, 2006, at 6:41 PM, Tom Spindler wrote:

>
> Module Name:	src
> Committed By:	dogcow
> Date:		Tue Nov 14 02:41:40 UTC 2006
>
> Modified Files:
> 	src/dist/ntp/ntpd: ntpd.c
>
> Log Message:
> Looks like OpenSSL now uses an int instead of a long for its version
> number (!?), so explicitly cast to long in case they change it back.

Uh, is this a constant in a header file or a global variable?  If the  
latter, we now have an ABI problem in the shared library, yes?

>
>
> To generate a diff of this commit:
> cvs rdiff -r1.9 -r1.10 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.

-- thorpej