Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CF58E63B8B6 for ; Wed, 21 Oct 2009 17:17:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 8380063B12A; Wed, 21 Oct 2009 17:17:05 +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 AB65F63B120 for ; Wed, 21 Oct 2009 17:17:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8E79D175DA; Wed, 21 Oct 2009 17:17:04 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 21 Oct 2009 17:17:04 +0000 From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/devel/nbpatch To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20091021171704.8E79D175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: joerg Date: Wed Oct 21 17:17:04 UTC 2009 Modified Files: pkgsrc/devel/nbpatch: Makefile pkgsrc/devel/nbpatch/files: inp.c Log Message: nbpatch-20091021: Do not try to mmap a zero length file. This can fail e.g. on Solaris. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/nbpatch/Makefile cvs rdiff -u -r1.5 -r1.6 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.