Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys NetBSD 9.99.79 - struct i2c_attach_args adds 'ia_coo...



details:   https://anonhg.NetBSD.org/src/rev/ecf849f4df92
branches:  trunk
changeset: 950337:ecf849f4df92
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jan 25 12:17:24 2021 +0000

description:
NetBSD 9.99.79 - struct i2c_attach_args adds 'ia_cookietype' field

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a66b8009f74c -r ecf849f4df92 sys/sys/param.h
--- a/sys/sys/param.h   Mon Jan 25 12:15:32 2021 +0000
+++ b/sys/sys/param.h   Mon Jan 25 12:17:24 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.682 2021/01/18 15:29:31 thorpej Exp $      */
+/*     $NetBSD: param.h,v 1.683 2021/01/25 12:17:24 jmcneill Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999007800       /* NetBSD 9.99.78 */
+#define        __NetBSD_Version__      999007900       /* NetBSD 9.99.79 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index