Welcome to 8.99.28 (SIOCSETHERCAP addition).

This commit is contained in:
msaitoh 2018-12-21 09:00:32 +00:00
parent 7b54e0066d
commit 54c3ce6c94

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.572 2018/12/05 18:16:51 christos Exp $ */
/* $NetBSD: param.h,v 1.573 2018/12/21 09:00:32 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 899002700 /* NetBSD 8.99.27 */
#define __NetBSD_Version__ 899002800 /* NetBSD 8.99.28 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)