Received: by mail.netbsd.org (Postfix, from userid 605) id 28DF584E2E; Sun, 23 Sep 2018 04:31:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3133184D7C for ; Sun, 23 Sep 2018 04:31:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 DP0YuW5WXOgR for ; Sun, 23 Sep 2018 04:31:18 +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 31BAD84D66 for ; Sun, 23 Sep 2018 04:31:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 159C3FBEE; Sun, 23 Sep 2018 04:31:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 04:31:18 +0000 From: "Paul Goyette" Subject: CVS commit: [pgoyette-compat] src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180923043118.159C3FBEE@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Paul Goyette" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: pgoyette Date: Sun Sep 23 04:31:17 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: compat_50_mod.c src/sys/modules [pgoyette-compat]: Makefile src/sys/modules/compat_crypto_50 [pgoyette-compat]: Makefile src/sys/opencrypto [pgoyette-compat]: ocryptodev.h Log Message: No need to declare the crypto_50 init/fini routines. The compat_50 module no longer needs them, and they're declared static in the ocryptodev.c code To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/compat/common/compat_50_mod.c cvs rdiff -u -r1.202.2.36 -r1.202.2.37 src/sys/modules/Makefile cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/modules/compat_crypto_50/Makefile cvs rdiff -u -r1.3.16.4 -r1.3.16.5 src/sys/opencrypto/ocryptodev.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.