Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 04/30/2001 18:30:39
Module Name:	syssrc
Committed By:	martin
Date:		Mon Apr 30 15:30:39 UTC 2001

Modified Files:
	syssrc/sys/arch/powerpc/include: pcb.h

Log Message:
Avoid nesting structure declarations, where the nested structur is used at
the global level later. Besides stylistic matters, this actually breaks C++
programs (indirectly) using this header.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/powerpc/include/pcb.h

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