christos-time_t: welcome to 5.99.7

This commit is contained in:
christos 2009-01-11 03:12:21 +00:00
parent 6e4e55b07c
commit a5e2dcc3e2

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.336 2009/01/05 21:46:47 pooka Exp $ */
/* $NetBSD: param.h,v 1.337 2009/01/11 03:12:21 christos Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 599000600 /* NetBSD 5.99.6 */
#define __NetBSD_Version__ 599000700 /* NetBSD 5.99.7 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)