Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Wed, 29 May 1996 19:30:14 -0400 (EDT)
cgd
Wed May 29 19:23:56 EDT 1996
Update of /a/cvsroot/src/lib/libc/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv623
Modified Files:
htonl.c htons.c ntohl.c ntohs.c
Log Message:
Add some casts so that we're not bitten by type promotions on 64-bit
systems. Not a great concern since the only 64-bit system currently
supported by NetBSD (Alpha) uses assembly versions of these routines.
cgd
Wed May 29 19:28:41 EDT 1996
Update of /a/cvsroot/src/lib/libc/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv759
Revision/Branch: netbsd-1-2
Modified Files:
htonl.c htons.c ntohl.c ntohs.c
Log Message:
Pull revision 1.6 (add casts so we're not bitten by type promotions on
64-bit systems) to the release branch.
Home |
Main Index |
Thread Index |
Old Index