From owner-cvs-all Wed May 22 4:16:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7A737B40E; Wed, 22 May 2002 04:16:53 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MBGrF00389; Wed, 22 May 2002 04:16:53 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205221116.g4MBGrF00389@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 22 May 2002 04:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make str.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/22 04:16:48 PDT Modified files: usr.bin/make str.c Log: Replace the evil that is __DECONST() with (void *). This is one of the least evil things we can do involving the const qualifier and a pointer. Submitted by: bde, ru Revision Changes Path 1.22 +2 -2 src/usr.bin/make/str.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message