Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4770E63B11D for ; Fri, 5 Jun 2009 20:00:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D9BD363B20D; Fri, 5 Jun 2009 20:00:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1F05063B208 for ; Fri, 5 Jun 2009 20:00:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0DFC3175D0; Fri, 5 Jun 2009 20:00:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 5 Jun 2009 20:00:27 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/devel/nbpatch/files To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20090605200027.0DFC3175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Fri Jun 5 20:00:27 UTC 2009 Modified Files: pkgsrc/devel/nbpatch/files: common.h inp.c Log Message: Don't depend on presence of stdbool.h (or C99 support). Fixes build on Solaris. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/nbpatch/files/common.h cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/nbpatch/files/inp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.