Module Name:    src
Committed By:   rtr
Date:           Tue Jul  1 13:25:21 UTC 2014

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

Log Message:
Bump to version 6.99.45 for removal of struct lwp * parameter from pr_ioctl


To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 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.454 src/sys/sys/param.h:1.455
--- src/sys/sys/param.h:1.454	Sat Jun 14 07:39:00 2014
+++ src/sys/sys/param.h	Tue Jul  1 13:25:21 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.454 2014/06/14 07:39:00 hannken Exp $	*/
+/*	$NetBSD: param.h,v 1.455 2014/07/01 13:25:21 rtr Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	699004400	/* NetBSD 6.99.44 */
+#define	__NetBSD_Version__	699004500	/* NetBSD 6.99.45 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to