Welcome to 6.99.28; no more CIRCLEQ in the kernel.

This commit is contained in:
christos 2013-11-25 03:03:41 +00:00
parent 4e3463e2cb
commit 8841554986
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.436 2013/11/14 04:27:50 christos Exp $ */
/* $NetBSD: param.h,v 1.437 2013/11/25 03:03:41 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 699002700 /* NetBSD 6.99.27 */
#define __NetBSD_Version__ 699002800 /* NetBSD 6.99.28 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)