Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Bump minor number for removal of kauth_access_action...



details:   https://anonhg.NetBSD.org/src/rev/42e92b6572d0
branches:  trunk
changeset: 785589:42e92b6572d0
user:      plunky <plunky%NetBSD.org@localhost>
date:      Thu Mar 21 20:05:56 2013 +0000

description:
Bump minor number for removal of kauth_access_action(), as per
  http://mail-index.netbsd.org/source-changes/2013/03/18/msg042340.html

Welcome to 6.99.18

diffstat:

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

diffs (18 lines):

diff -r 828f3840a801 -r 42e92b6572d0 sys/sys/param.h
--- a/sys/sys/param.h   Thu Mar 21 19:17:51 2013 +0000
+++ b/sys/sys/param.h   Thu Mar 21 20:05:56 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.426 2013/03/18 13:36:23 para Exp $ */
+/*     $NetBSD: param.h,v 1.427 2013/03/21 20:05:56 plunky Exp $       */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699001700       /* NetBSD 6.99.17 */
+#define        __NetBSD_Version__      699001800       /* NetBSD 6.99.18 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index