bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FIX: rtime.c & 64Bit


From: Ulrich Drepper
Subject: Re: FIX: rtime.c & 64Bit
Date: 14 Feb 2002 01:06:25 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (asparagus)

<address@hidden>(Walter Harms) writes:

> rtime reads the time on a remote system. It exspects the time to be
> "unsigned long". This is a problem with 64Bit system. if the server
> is 32bit and the client is 64bit.  So i changed "unsigned long" to
> "uint32_t".

The protocol is governed by RFC 868 as far as I know.  This RFC indeed
requires 32-bit values to be used.  So I made the change.  Thanks,

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]