Module Name:    src
Committed By:   ad
Date:           Wed Oct  4 20:29:59 UTC 2023

Modified Files:
        src/sys/sys: param.h

Log Message:
NetBSD 10.99.10: struct lwp and related things changed.


To generate a diff of this commit:
cvs rdiff -u -r1.732 -r1.733 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.732 src/sys/sys/param.h:1.733
--- src/sys/sys/param.h:1.732	Sat Sep 23 18:49:16 2023
+++ src/sys/sys/param.h	Wed Oct  4 20:29:59 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.732 2023/09/23 18:49:16 ad Exp $	*/
+/*	$NetBSD: param.h,v 1.733 2023/10/04 20:29:59 ad Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	1099000900	/* NetBSD 10.99.9 */
+#define	__NetBSD_Version__	1099001000	/* NetBSD 10.99.10 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to