Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/13/1998 07:50:02
scottr
Thu Feb 12 23:41:47 PST 1998
Update of /cvsroot/src/sys/arch/amiga/amiga
In directory netbsd1:/var/slash-tmp/cvs-serv22079/amiga/amiga

Modified Files:
	trap.c 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:48 PST 1998
Update of /cvsroot/src/sys/arch/amiga/include
In directory netbsd1:/var/slash-tmp/cvs-serv22079/amiga/include

Modified Files:
	cpu.h 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:50 PST 1998
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv22079/hp300/hp300

Modified Files:
	trap.c 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:52 PST 1998
Update of /cvsroot/src/sys/arch/hp300/include
In directory netbsd1:/var/slash-tmp/cvs-serv22079/hp300/include

Modified Files:
	cpu.h 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:54 PST 1998
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv22079/mac68k/mac68k

Modified Files:
	trap.c 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:56 PST 1998
Update of /cvsroot/src/sys/arch/mac68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv22079/mac68k/include

Modified Files:
	cpu.h 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:57 PST 1998
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory netbsd1:/var/slash-tmp/cvs-serv22079/mvme68k/mvme68k

Modified Files:
	trap.c 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:41:59 PST 1998
Update of /cvsroot/src/sys/arch/mvme68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv22079/mvme68k/include

Modified Files:
	cpu.h 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:42:01 PST 1998
Update of /cvsroot/src/sys/arch/x68k/x68k
In directory netbsd1:/var/slash-tmp/cvs-serv22079/x68k/x68k

Modified Files:
	trap.c 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.


scottr
Thu Feb 12 23:42:02 PST 1998
Update of /cvsroot/src/sys/arch/x68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv22079/x68k/include

Modified Files:
	cpu.h 
Log Message:
Avoid declaring the "astpending" and "want_resched" globals in cpu.h,
as this breaks C++ code that happens to indirectly include this header.
Both Matthias Scheler and I noticed this, independently.

This problem notably does not affect the atari and sun3/sun3x ports,
which have already implemented a similar solution.