Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vX7uBKKr; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jF2DTroF Received: by mail.netbsd.org (Postfix, from userid 605) id 5A7A584F29; Thu, 18 Apr 2024 16:09:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713456551; bh=rnq1BC60y/mIH7Q1fsWRBnZt0NQgrWApPMwYi2GgGV4=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vX7uBKKrMHl880gesP6YIMgjmPvd5XqcWv5TSr+tt3t/DbyVeHuUydeG0OLejzzdh mp4N+mCfx5WWzdSLfzNqxF/kNbrSl/r1evhE+JmZ+AeR6hhO5gbJsBWvqs+0pd1KF9 M0ZQ3OpP9PqIN4A+U38UWqlocboxm1/xlktcIFK8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FC6184F27 for ; Thu, 18 Apr 2024 16:09:10 +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 Eu-qfKD70cnq for ; Thu, 18 Apr 2024 16:09:09 +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 CFB5484CE2 for ; Thu, 18 Apr 2024 16:09:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713456549; bh=rnq1BC60y/mIH7Q1fsWRBnZt0NQgrWApPMwYi2GgGV4=; h=Date:From:Subject:To:Reply-To; b=jF2DTroF6uqItUXjmCPnpiH9kvUIYiq6+4vX/k+L30mLv2z6V+yjWXp8YD7Nd6DcG 0yVXCPp2FyWx8BynlyoJVeA62cGninAjsmHC4Nh9H7g9kDZoeovZybvifr2dGXWnT0 /2/UFuJ+wMU973lpPUVSLxb/vbRtrbPoqDEG6tzs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6FD2FA2C; Thu, 18 Apr 2024 16:09:09 +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:09:09 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/usr.bin/who To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418160909.C6FD2FA2C@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:09:09 UTC 2024 Modified Files: src/usr.bin/who [netbsd-9]: utmpentry.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1833): 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.18.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.