From owner-cvs-all Fri May 5 19:31:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00C7437B74E; Fri, 5 May 2000 19:31:50 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22152; Fri, 5 May 2000 19:31:50 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200005060231.TAA22152@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 5 May 2000 19:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vi config.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/05/05 19:31:49 PDT Modified files: (Branch: RELENG_4) usr.bin/vi config.h Log: MFC: don't include . This isn't what actually breaks it, but the fact that vi has a private copy of , so the system copy isn't getting pulled in. However, removing is an easy way to fix the problem. Revision Changes Path 1.2.6.1 +2 -1 src/usr.bin/vi/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message