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 9.99.17!



details:   https://anonhg.NetBSD.org/src/rev/cf45951ccca7
branches:  trunk
changeset: 455279:cf45951ccca7
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Oct 12 19:59:57 2019 +0000

description:
Welcome to 9.99.17!

struct proc change
sigswitch() removed from public API

diffstat:

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

diffs (18 lines):

diff -r fd8e3d06d020 -r cf45951ccca7 sys/sys/param.h
--- a/sys/sys/param.h   Sat Oct 12 19:57:09 2019 +0000
+++ b/sys/sys/param.h   Sat Oct 12 19:59:57 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.617 2019/10/12 06:31:04 maxv Exp $ */
+/*     $NetBSD: param.h,v 1.618 2019/10/12 19:59:57 kamil Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      999001600       /* NetBSD 9.99.16 */
+#define        __NetBSD_Version__      999001700       /* NetBSD 9.99.17 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index