Subject: port-i386/327: Swapped lines in comments in pcvt_hdr.h
To: None <gnats-admin>
From: Mark Weaver <mhw@cs.brown.edu>
List: netbsd-bugs
Date: 07/06/1994 15:50:04
>Number: 327
>Category: port-i386
>Synopsis: Swapped lines in comments in pcvt_hdr.h
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: doc-bug
>Submitter-Id: mhw
>Arrival-Date: Wed Jul 6 15:50:02 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-current-04-July-1994
>Environment:
System: NetBSD cis-ts3-slip4.cis.brown.edu 0.9C NetBSD 0.9C (EXCELSIOR) #2: Tue Jul 5 05:32:15 EDT 1994 mhw@cis-ts3-slip4.cis.brown.edu:/usr/src/sys/arch/i386/compile/EXCELSIOR i386
>Description:
Two lines of a comment in pcvt_hdr.h are swapped.
>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 May 8 22:03:53 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:
------------------------------------------------------------------------------