Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=rWLgEoUv; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kZ6ssVBL Received: by mail.netbsd.org (Postfix, from userid 605) id 13F1C84EE4; Wed, 17 Apr 2024 18:01:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713376891; bh=93quAQ3iDnc20VIMHLUj5ZUBuNfT3CIt8iRimSe0EJI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=rWLgEoUvYaCfe7w4nGE8QcKMazWK7zMX+EJRijkK/4B+h6zQ5UecQVc/kUemCedg4 rn++1xJ2d45Oas3Cl7O7W2aimpi0KP+iMhiKjuGlKyqtjfOm8uhP49bO7APVQUOsRl YS1oblSTevFj6olF+NLsgldA9uJMgkrmx4RI/Hdk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0BF384EE3 for ; Wed, 17 Apr 2024 18:01:29 +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 lYcyDSjO4ore for ; Wed, 17 Apr 2024 18:01:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 949D384D01 for ; Wed, 17 Apr 2024 18:01:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713376889; bh=93quAQ3iDnc20VIMHLUj5ZUBuNfT3CIt8iRimSe0EJI=; h=Date:From:Subject:To:Reply-To; b=kZ6ssVBLkGZhxoyARF/Xy4qVCNvTDhdP6QCamg3wnfcRGl480lJ5xg5Ma1E225cle BUtijDEUGNByKEIZetwgX8WQQ2i2wkKa2HlvYQfUupe/4Aqs18wj27GXIOUEAeYxAe QSOqJ6mOtPFgzvg1H+yZH0/K6zS8TI9V1SIQJJ+c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87D66FA2C; Wed, 17 Apr 2024 18:01:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 17 Apr 2024 18:01:29 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240417180129.87D66FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Wed Apr 17 18:01:29 UTC 2024 Modified Files: src/sys/sys: conf.h Log Message: sys/conf.h: Need sys/types.h for dev_t, devmajor_t. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/sys/conf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.