Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sys/param.h: Welcome to 9.99.97, courtesy of opencry...
details: https://anonhg.NetBSD.org/src/rev/23635cc9f666
branches: trunk
changeset: 366360:23635cc9f666
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun May 22 21:31:48 2022 +0000
description:
sys/param.h: Welcome to 9.99.97, courtesy of opencrypto cleanup.
crypto_dispatch, crypto_kdispatch, and crypto_freesession now return
void, as does the opencrypto driver's freesession callback.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 347a27268d90 -r 23635cc9f666 sys/sys/param.h
--- a/sys/sys/param.h Sun May 22 21:18:12 2022 +0000
+++ b/sys/sys/param.h Sun May 22 21:31:48 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.709 2022/03/27 16:16:39 christos Exp $ */
+/* $NetBSD: param.h,v 1.710 2022/05/22 21:31:48 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999009600 /* NetBSD 9.99.96 */
+#define __NetBSD_Version__ 999009700 /* NetBSD 9.99.97 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index