Welcome to 9.99.102

- Increase the size of dl_data[] from 12 to 24.
 - Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
This commit is contained in:
msaitoh 2022-10-24 08:14:11 +00:00
parent 926e2913c5
commit 7a37aab670
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.714 2022/10/11 09:52:49 knakahara Exp $ */
/* $NetBSD: param.h,v 1.715 2022/10/24 08:14:11 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 999010100 /* NetBSD 9.99.101 */
#define __NetBSD_Version__ 999010200 /* NetBSD 9.99.102 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)