Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=f1Ju1C0H; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Us/ECWeC Received: by mail.netbsd.org (Postfix, from userid 605) id 6ABCA84F20; Thu, 18 Apr 2024 16:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713456619; bh=anfZw9U8uqoBh6PQ06WjwVewi0TzwGiwpj34XN7RjAE=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=f1Ju1C0HnntCdWGUsmOB07Xx4Zcljxf0vsJvz/l8lwWX6kLVzm8QC67tms5OWQ0by Tm/BRXJyQCYxwG5ydtEaNjjXfKu8nl/+sB7XBoJH2c1tPqpYnzop/70DlBj3NN1cev IItjfKFgT0fs4+hhh1YxXIDcKIMWtp/N9jCXPxoA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52DFB84F2B for ; Thu, 18 Apr 2024 16:10:18 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IW4cgwXMgLxu for ; Thu, 18 Apr 2024 16:10:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E785984CE2 for ; Thu, 18 Apr 2024 16:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713456618; bh=anfZw9U8uqoBh6PQ06WjwVewi0TzwGiwpj34XN7RjAE=; h=Date:From:Subject:To:Reply-To; b=Us/ECWeCSPeAnDHqbW1IFtqPJn4I1V+LtDsUBSiylrlNWkH7GAEeJggMsknjQxuPY EFP94coXBnzcExn1pxJTuTANh6AOR+O0qYFpvbCX47ul5ap4bo0+T7F5FyPW1kxHAW lOuXVqBbkb+g713NBlWzq9K26LNC1Kq5TpJGj22Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E10D7FA2C; Thu, 18 Apr 2024 16:10:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 16:10:17 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/usr.bin/who To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418161017.E10D7FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 16:10:17 UTC 2024 Modified Files: src/usr.bin/who [netbsd-8]: utmpentry.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1958): usr.bin/who/utmpentry.c: revision 1.22 PR/56013: Kouichi Hashikawa: Move setutent/setutxent right before the loops. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.8.1 src/usr.bin/who/utmpentry.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.