Module Name:    src
Committed By:   plunky
Date:           Thu Mar 21 20:05:57 UTC 2013

Modified Files:
        src/sys/sys: param.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.426 src/sys/sys/param.h:1.427
--- src/sys/sys/param.h:1.426	Mon Mar 18 13:36:23 2013
+++ src/sys/sys/param.h	Thu Mar 21 20:05:56 2013
@@ -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__)

Reply via email to