Subject: port-i386/1372: Invalid comment in pcvt_hdr.h
To: None <gnats-bugs@gnats.netbsd.org>
From: None <Mark_Weaver@brown.edu>
List: netbsd-bugs
Date: 08/18/1995 05:32:49
>Number:         1372
>Category:       port-i386
>Synopsis:       Invalid comment 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:   Fri Aug 18 05:35:09 1995
>Last-Modified:
>Originator:     Mark Weaver
>Organization:
Brown University Department of Computer Science
>Release:        NetBSD-current 8/11/95
>Environment:
NetBSD cis-ts4-slip4.cis.brown.edu 1.0A NetBSD 1.0A (WEAVER) #0: Fri Aug 11 19:26:06 EDT 1995     mhw@cis-ts4-slip9.cis.brown.edu:/usr/src/sys/arch/i386/compile/WEAVER i386

>Description:
In pcvt_hdr.h, the default value for PCVT_PRETTYSCRNS is 0, but the
matching comment incorrectly claims the default is "ON".

>How-To-Repeat:

>Fix:
diff -u  src/sys/arch/i386/isa/pcvt/pcvt_hdr.h.mhw1 src/sys/arch/i386/isa/pcvt-old/pcvt_hdr.h
--- src/sys/arch/i386/isa/pcvt/pcvt_hdr.h.mhw1	Wed Jun 28 03:09:19 1995
+++ src/sys/arch/i386/isa/pcvt/pcvt_hdr.h	Mon Jul 17 21:28:45 1995
@@ -213,7 +213,7 @@
 # define PCVT_SCREENSAVER 1
 #endif
 
-#if !defined PCVT_PRETTYSCRNS	/* ---------- DEFAULT: ON ------------- */
+#if !defined PCVT_PRETTYSCRNS	/* ---------- DEFAULT: OFF ------------ */
 # define PCVT_PRETTYSCRNS 0	/* for the cost of some microseconds of	*/
 #elif PCVT_PRETTYSCRNS != 0	/* cpu time this adds a more "pretty"	*/
 #undef PCVT_PRETTYSCRNS		/* version to the screensaver, an "*"	*/
>Audit-Trail:
>Unformatted: