Received: by mail.netbsd.org (Postfix, from userid 605) id 67FCE84E9E; Fri, 1 Mar 2024 22:01:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709330465; bh=NnWW4FVq+1Fe+xOl9zk0dOqH2JJ/EOYzZh7jpLABsY0=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=OFArtwRYJ+7RiKZU0J9/Fi5MXoaMCcb+YagX2v9/5AFeVUFxW286/Ggr6yqJT8Wiv LoA3E+abG9JUqPDBY2b+dgu3BZNrvB5cdS/J151BwJCgM7rgn7WjpYLgh6humVohgB Mo61lJSR+cXivf7yuqZ0AzzobYaSRyuwW2Won/fo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A89784E9F for ; Fri, 1 Mar 2024 22:01:04 +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 KOf1zIiLtzYu for ; Fri, 1 Mar 2024 22:01:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BED7384E9D for ; Fri, 1 Mar 2024 22:01:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709330463; bh=NnWW4FVq+1Fe+xOl9zk0dOqH2JJ/EOYzZh7jpLABsY0=; h=Date:From:Subject:To:Reply-To; b=Er6dOsEeT88gDakotS2xRBHE4uClqF2Hmc5YiWs3c/Tm+UXy3iMgfcdDPMpb/nyVY E3SgY1bu4F1HBsNeWSFJa3fItJrYebCoiV8gkHS/QblSXI7bZQNoSqKtM3gpcEdfYR Ds40Xbhn7OUL26E3AdI7FIPR9pvEhTXybe6fW8LE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B46D0FA27; Fri, 1 Mar 2024 22:01:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Mar 2024 22:01:03 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/secmodel/suser To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240301220103.B46D0FA27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Andrius Varanavicius" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: andvar Date: Fri Mar 1 22:01:03 UTC 2024 Modified Files: src/sys/secmodel/suser: secmodel_suser.c Log Message: s/securlevel/securelevel/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/secmodel/suser/secmodel_suser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.