5.99.62: new VFS_QUOTACTL interface.

This commit is contained in:
dholland 2012-01-29 07:23:02 +00:00
parent 3f04ff889d
commit d4eb245ce8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.404 2012/01/28 12:27:30 rmind Exp $ */
/* $NetBSD: param.h,v 1.405 2012/01/29 07:23:02 dholland Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 599006100 /* NetBSD 5.99.61 */
#define __NetBSD_Version__ 599006200 /* NetBSD 5.99.62 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)