Subject: isa.h in 0.9 has unterminated comments
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Ted Nolan SRI Ft Gordon <ted@ags.ga.erg.sri.com>
List: netbsd-bugs
Date: 01/26/1994 17:42:42
Hello folks,

I had posted a while ago that I thought that /usr/src/sys/arch/i386/isa/isa.h
had some unterminated comments in NetBsd 0.9.

A couple of folks responded that they hadn't noticed it, so I thought maybe
the copy I had from the BSDisc CD was munged somehow, but I just checked
the ksrc* files on sun-lamp, and they confirm it.  In particular, lines

	145, 150, 151, 152, 154, 155 and 156

have unterminated comments.

The fix: add "*/" to the end of each line.

These are all #define lines, so we're probably lucking out on the compile.



				Ted Nolan
				ted@erg.sri.com

------------------------------------------------------------------------------