Subject: port-i386/354: Comment lines reversed in pcvt_hdr.h
To: None <gnats-admin>
From: Mark Weaver <mhw@cs.brown.edu>
List: netbsd-bugs
Date: 07/20/1994 21:50:04
>Number:         354
>Category:       port-i386
>Synopsis:       Comment lines reversed in pcvt_hdr.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   mhw
>Arrival-Date:   Wed Jul 20 21:50:03 1994
>Originator:     Mark Weaver
>Organization:
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu           | Brown University
PGP Key: finger mhw@cs.brown.edu       | Dept of Computer Science
>Release:        NetBSD 1.0-ALPHA 20-July-1994
>Environment:

System: NetBSD cis-ts3-slip4.cis.brown.edu 1.0-ALPHA NetBSD 1.0-ALPHA (EXCELSIOR) #4: Sun Jul 17 23:46:04 EDT 1994 mhw@cis-ts3-slip4.cis.brown.edu:/usr/src/sys/arch/i386/compile/EXCELSIOR i386

>Description:
	Self-explanatory from patch.  I sent this fix in once before, but
	it seems to have gotten lost.
>How-To-Repeat:
>Fix:
diff -u  src/sys/arch/i386/isa/pcvt/pcvt_hdr.h.mhw1 src/sys/arch/i386/isa/pcvt/pcvt_hdr.h
--- src/sys/arch/i386/isa/pcvt/pcvt_hdr.h.mhw1	Fri May  6 06:14:43 1994
+++ src/sys/arch/i386/isa/pcvt/pcvt_hdr.h	Sun Jul 17 16:04:13 1994
@@ -309,8 +309,8 @@
 				
 #if !defined PCVT_NULLCHARS	/* ---------- DEFAULT: ON ------------- */
 # define PCVT_NULLCHARS 1	/* allow the keyboard to send null 	*/
-#elif PCVT_NULLCHARS != 0	/* program. this has the side effect,	*/
-# undef PCVT_NULLCHARS		/* (0x00) characters to the calling	*/
+#elif PCVT_NULLCHARS != 0	/* (0x00) characters to the calling	*/
+# undef PCVT_NULLCHARS		/* program. this has the side effect,	*/
 # define PCVT_NULLCHARS 1	/* that every undefined key also sends	*/
 #endif				/* out nulls. take it as experimental	*/
 				/* code, this behaviour will change in	*/
>Audit-Trail:
>Unformatted:


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