[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Wed Apr 14 12:13:04 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/04/14 12:13:04
Modified files:
cm3/m3-ui/jvideo/src/POSIX/: jvprotocol.i3
cm3/m3-ui/jvideo/src/POSIX/decunix/: JVSink.m3
cm3/m3-ui/jvideo/src/POSIX/generic/: JVSink.m3
Log message:
use local struct_timeval instead of Utime
TYPE struct_timeval = RECORD
tv_sec: unsigned_int; (* Really should be LONGINT for year 2038. *)
tv_usec: unsigned_int; (* Really should be LONGINT for alignment. *)
END;
also use Uin.ntohl, htonl directly instead of "signed" wrappers.
More information about the M3commit
mailing list