Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys bump to 7.99.18 for change to nfs_boot_sendrecv
details: https://anonhg.NetBSD.org/src/rev/d0b235c1ebe0
branches: trunk
changeset: 808544:d0b235c1ebe0
user: rtr <rtr%NetBSD.org@localhost>
date: Thu May 21 22:24:24 2015 +0000
description:
bump to 7.99.18 for change to nfs_boot_sendrecv
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ca138d423efa -r d0b235c1ebe0 sys/sys/param.h
--- a/sys/sys/param.h Thu May 21 21:55:55 2015 +0000
+++ b/sys/sys/param.h Thu May 21 22:24:24 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.479 2015/05/18 06:42:34 martin Exp $ */
+/* $NetBSD: param.h,v 1.480 2015/05/21 22:24:24 rtr Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799001700 /* NetBSD 7.99.17 */
+#define __NetBSD_Version__ 799001800 /* NetBSD 7.99.18 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index