Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vYYnqo6V; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SeDlfdmr Received: by mail.netbsd.org (Postfix, from userid 605) id 6E36B84E98; Tue, 23 Apr 2024 22:18:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713910738; bh=zShLFLRySrjzS7/3uGTABOEGaQ0oFi1VOJXYrVNB4fY=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vYYnqo6V0QUHx3K2tVLYxausw0AEMUZTsfPTK9Z92B3AIeD+dWKktEipoqleQBNjk B4e/iGnh2b87CKC1+CUP7S2uG4N5dJhT6z8kZcj6knoVaMO52XGUe86wcfpoe3zAhI lzPXMGlL71S/tV3RVJpdZZcufdW2qoJk5u/S8kMk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 576BA84E8D for ; Tue, 23 Apr 2024 22:18:57 +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 Xf67I4Hw0cvx for ; Tue, 23 Apr 2024 22:18:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE4A284D07 for ; Tue, 23 Apr 2024 22:18:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713910737; bh=zShLFLRySrjzS7/3uGTABOEGaQ0oFi1VOJXYrVNB4fY=; h=Date:From:Subject:To:Reply-To; b=SeDlfdmrtVQjVlYPbyKxMrNdyTxOCp5RdkTeBYVKOsGTQBJUYAYzj0ZZ4iu5tvqKC NdlN5Dd/M3LPGdppIPUIXimTVifF7HhfCNoAUzG8Kf2hXp483Y9+JZqlGWXJfJUbTl xJVVbR+zM7jyyN8PswrP5IRhzUK6tDc5d82wJJmY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3218FA2C; Tue, 23 Apr 2024 22:18:56 +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 18:18:56 -0400 From: "Christos Zoulas" Subject: CVS commit: src/usr.sbin/makefs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240423221856.E3218FA2C@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: Tue Apr 23 22:18:56 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: pass lint, simplify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/walk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.