Module Name:    src
Committed By:   riastradh
Date:           Wed Apr 12 06:49:17 UTC 2023

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

Log Message:
Welcome to 10.99.3!

Courtesy of:
- deleted ttycheckoutq parameter
- deleted mutex_owner symbol
- tco(4) at ichsmb(4)
- new m_get_n, m_gethdr_n symbols


To generate a diff of this commit:
cvs rdiff -u -r1.724 -r1.725 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.724 src/sys/sys/param.h:1.725
--- src/sys/sys/param.h:1.724	Wed Dec 21 18:03:48 2022
+++ src/sys/sys/param.h	Wed Apr 12 06:49:17 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.724 2022/12/21 18:03:48 pgoyette Exp $	*/
+/*	$NetBSD: param.h,v 1.725 2023/04/12 06:49:17 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	1099000200	/* NetBSD 10.99.2 */
+#define	__NetBSD_Version__	1099000300	/* NetBSD 10.99.3 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to