Subject: CVS commit: src/sys/netinet
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 01/27/2003 11:57:10
Module Name:	src
Committed By:	kleink
Date:		Mon Jan 27 09:57:10 UTC 2003

Modified Files:
	src/sys/netinet: in.h

Log Message:
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.59 src/sys/netinet/in.h

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