Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys belated bump for fileops struct size change.



details:   https://anonhg.NetBSD.org/src/rev/0fc598b2c4a5
branches:  trunk
changeset: 828187:0fc598b2c4a5
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 01 19:04:19 2017 +0000

description:
belated bump for fileops struct size change.

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5d1457ec8c8 -r 0fc598b2c4a5 sys/sys/param.h
--- a/sys/sys/param.h   Fri Dec 01 19:01:34 2017 +0000
+++ b/sys/sys/param.h   Fri Dec 01 19:04:19 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.552 2017/11/16 10:40:29 ozaki-r Exp $      */
+/*     $NetBSD: param.h,v 1.553 2017/12/01 19:04:19 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899000700       /* NetBSD 8.99.7 */
+#define        __NetBSD_Version__      899000800       /* NetBSD 8.99.8 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index