From owner-freebsd-bugs Wed Feb 19 01:33:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA14842 for bugs-outgoing; Wed, 19 Feb 1997 01:33:36 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA14837 for ; Wed, 19 Feb 1997 01:33:33 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id BAA08984; Wed, 19 Feb 1997 01:33:13 -0800 (PST) To: Bruce Evans cc: freebsd-bugs@freefall.freebsd.org Subject: Re: bin/2762: Precedence mistake in libncurses In-reply-to: Your message of "Tue, 18 Feb 1997 20:40:03 PST." <199702190440.UAA01576@freefall.freebsd.org> Date: Wed, 19 Feb 1997 01:33:13 -0800 Message-ID: <8980.856344793@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > sysinstall apparently used to depend on these bugs: > > RCS file: /a/ncvs/src/lib/libncurses/lib_addch.c,v > Working file: lib_addch.c > head: 1.6 > ... > ---------------------------- > revision 1.6 > date: 1996/09/26 01:08:27; author: pst; state: Exp; lines: +1 -1 > Back out my recent compilation clean-up changes, sysinstall is now weird. I kinda doubt it. It's more probably libdialog which is the ncurses abuser. I make little direct use of ncurses in sysinstall, and what little I do is pretty straight-forward. I don't think I'm breaking any rules. Jordan