Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Welcome to 7.99.19!
details: https://anonhg.NetBSD.org/src/rev/eee2d1a621b8
branches: trunk
changeset: 338969:eee2d1a621b8
user: martin <martin%NetBSD.org@localhost>
date: Sat Jun 20 14:44:56 2015 +0000
description:
Welcome to 7.99.19!
Cumulative bump for recent mqueue, sigqueue and modctl changes to support
netbsd32 emulation.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd7e9ba43710 -r eee2d1a621b8 sys/sys/param.h
--- a/sys/sys/param.h Sat Jun 20 14:41:54 2015 +0000
+++ b/sys/sys/param.h Sat Jun 20 14:44:56 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.480 2015/05/21 22:24:24 rtr Exp $ */
+/* $NetBSD: param.h,v 1.481 2015/06/20 14:44:56 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799001800 /* NetBSD 7.99.18 */
+#define __NetBSD_Version__ 799001900 /* NetBSD 7.99.19 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index