Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/22/1995 09:10:05
cgd
Sat Apr 22 09:03:19 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11420
Modified Files:
termios.h
Log Message:
make tcflag_t an unsigned int (rather than unsigned long; alpha)
make tcflag_t an unsigned int (rather than long; alpha, POSIX)
make c_?speed members of struct termios be ints (rather than longs; alpha)
cgd
Sat Apr 22 09:07:15 EDT 1995
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11614
Modified Files:
if.c
Log Message:
be more careful when rounding sockaddr_dl sizes. also, one u_short * ->
u_int16_t * conversion.
cgd
Sat Apr 22 09:08:33 EDT 1995
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv11668
Modified Files:
raw_usrreq.c
Log Message:
quiet compiler warning via (ugly) cast