Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Uw08wK+u; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=F2C8Yhyn Received: by mail.netbsd.org (Postfix, from userid 605) id 5080C84E9F; Wed, 24 Apr 2024 01:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713923093; bh=GbqA85oZ0JUwYL3ZX249dIjRdG4iHuJy4X8caEv3DTY=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=Uw08wK+uAbp21cgUfnYA8WMDpGV1OmUYn8DYaF1yBFkMYKCEIr6sTSkus/L4C09tE BHrkZ1+Co3gfEPIBeuvpQIDGG/DHovYtQDIR0fSRuhNGszcGkp4vdmZBmtNWRPJg0v 90BJ6nyLGleZChe9Q3ekh3x+2JzIFPW8RRB93YYw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39E8084E9D for ; Wed, 24 Apr 2024 01:44:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 MMCNgK5L1E2a for ; Wed, 24 Apr 2024 01:44:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C436284D8D for ; Wed, 24 Apr 2024 01:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713923091; bh=GbqA85oZ0JUwYL3ZX249dIjRdG4iHuJy4X8caEv3DTY=; h=Date:From:Subject:To:Reply-To; b=F2C8YhynSgfQsfJkBnfkKJwi+7qjlInHJm/JzRnQo7LOFaSam0KkYmGI05AZfDHYd SPaSJPzK/M7/kMdFYDUG46yFAhVRgcMcUTTpT1Vm8BHj+Z9R+CXhSfRYhHZNnck5hK 0kOCDTz+zYwepXr7tZwfkM5AcFFMIlKHe2WTzSIQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0836FA2C; Wed, 24 Apr 2024 01:44:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 23 Apr 2024 21:44:51 -0400 From: "Christos Zoulas" Subject: CVS commit: src/usr.sbin/mtree To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240424014451.B0836FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Wed Apr 24 01:44:51 UTC 2024 Modified Files: src/usr.sbin/mtree: create.c Log Message: For the NetBSD tools build we provide our own fts.h not FreeBSD's so the comparator should have the NetBSD signature. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/usr.sbin/mtree/create.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.