Received: by mail.netbsd.org (Postfix, from userid 605) id 6C3D714A239; Sun, 26 Jul 2015 14:01:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76AC714A225 for ; Sun, 26 Jul 2015 14:01:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Bcww7d6sE_9q for ; Sun, 26 Jul 2015 14:01:53 +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 A445A14A18B for ; Sun, 26 Jul 2015 14:01:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A175A98; Sun, 26 Jul 2015 14:01:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 26 Jul 2015 14:01:53 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tools/compat To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20150726140153.A175A98@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: kamil Date: Sun Jul 26 14:01:53 UTC 2015 Modified Files: src/tools/compat: Makefile compat_defs.h configure configure.ac nbtool_config.h.in Log Message: Add reallocarr(3) to tools/compat This should unbreak libutil(3) creation on systems withot reallocarr(3). To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/tools/compat/Makefile cvs rdiff -u -r1.101 -r1.102 src/tools/compat/compat_defs.h cvs rdiff -u -r1.82 -r1.83 src/tools/compat/configure cvs rdiff -u -r1.83 -r1.84 src/tools/compat/configure.ac cvs rdiff -u -r1.36 -r1.37 src/tools/compat/nbtool_config.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.