Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/05/2001 15:47:58
Module Name:	syssrc
Committed By:	kleink
Date:		Sat May  5 12:47:58 UTC 2001

Modified Files:
	syssrc/sys/sys: socket.h

Log Message:
* Replace a couple of cases of u_char and u_short with uint8_t and uint16_t,
  respectively.
* Simplify sockaddr_storage calculations a bit by the fact that, per defintion,
  sizeof (char) == 1.
Fixes PR standards/10791.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/sys/socket.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.