Source-Changes archive

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

NetBSD master CVS tree commits



cgd
Fri Apr  5 20:53:31 EST 1996
Update of /a/cvsroot/src/include/protocols
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv1345/include/protocols

Modified Files:
        timed.h 
Log Message:
use fixed-size types where appropriate, to make timed work on 64-bit
machines (Alpha).  fixed sized types, not 'timeval's should go over
the net, and the stuff that goes over the net can't necessarily be
passed directly to functions that expect timevals.


cgd
Fri Apr  5 20:53:36 EST 1996
Update of /a/cvsroot/src/usr.sbin/timed/timed
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv1345/usr.sbin/timed/timed

Modified Files:
        correct.c master.c slave.c 
Log Message:
use fixed-size types where appropriate, to make timed work on 64-bit
machines (Alpha).  fixed sized types, not 'timeval's should go over
the net, and the stuff that goes over the net can't necessarily be
passed directly to functions that expect timevals.




Home | Main Index | Thread Index | Old Index