Subject: CVS commit: [netbsd-1-6] src/sys/netinet
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/28/2003 12:46:04
Module Name:	src
Committed By:	tron
Date:		Mon Apr 28 12:46:04 UTC 2003

Modified Files:
	src/sys/netinet [netbsd-1-6]: in.h

Log Message:
Pull up revision 1.59 (requested by kleink in ticket #1119):
C++ does not permit static a data member to have the same name as its
class, so in a C++ environment rename the ip_opts member to Ip_opts as
observed in several other implementations; from Jon Olsson in
PR toolchain/19880.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.58.4.1 src/sys/netinet/in.h

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