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.17 (if_clone_list() became public an...



details:   https://anonhg.NetBSD.org/src/rev/04264f8a09f8
branches:  trunk
changeset: 338314:04264f8a09f8
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 18 06:42:34 2015 +0000

description:
Welcome to 7.99.17 (if_clone_list() became public and changed signature)

diffstat:

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

diffs (18 lines):

diff -r ae8bec2928e2 -r 04264f8a09f8 sys/sys/param.h
--- a/sys/sys/param.h   Mon May 18 06:38:59 2015 +0000
+++ b/sys/sys/param.h   Mon May 18 06:42:34 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.478 2015/05/09 15:22:47 rtr Exp $  */
+/*     $NetBSD: param.h,v 1.479 2015/05/18 06:42:34 martin Exp $       */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799001600       /* NetBSD 7.99.16 */
+#define        __NetBSD_Version__      799001700       /* NetBSD 7.99.17 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index