Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys struct emul::e_vm_default_addr changed signature, we...
details: https://anonhg.NetBSD.org/src/rev/36ff2ce16a91
branches: trunk
changeset: 341858:36ff2ce16a91
user: martin <martin%NetBSD.org@localhost>
date: Thu Nov 26 13:17:07 2015 +0000
description:
struct emul::e_vm_default_addr changed signature, welcome to 7.99.22!
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be45047166f7 -r 36ff2ce16a91 sys/sys/param.h
--- a/sys/sys/param.h Thu Nov 26 13:15:34 2015 +0000
+++ b/sys/sys/param.h Thu Nov 26 13:17:07 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.486 2015/08/29 14:07:45 uebayasi Exp $ */
+/* $NetBSD: param.h,v 1.487 2015/11/26 13:17:07 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799002100 /* NetBSD 7.99.21 */
+#define __NetBSD_Version__ 799002200 /* NetBSD 7.99.22 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index