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:
parent
926e2913c5
commit
7a37aab670
|
@ -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
|
* Copyright (c) 1982, 1986, 1989, 1993
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
* 2.99.9 (299000900)
|
* 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) + \
|
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||||
|
|
Loading…
Reference in New Issue