Module Name:    src
Committed By:   rmind
Date:           Sun Jun 30 00:00:53 UTC 2013

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

Log Message:
Welcome to NetBSD 6.99.23: pfil(9) changes.


To generate a diff of this commit:
cvs rdiff -u -r1.431 -r1.432 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.431 src/sys/sys/param.h:1.432
--- src/sys/sys/param.h:1.431	Sun Jun 16 13:33:30 2013
+++ src/sys/sys/param.h	Sun Jun 30 00:00:53 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.431 2013/06/16 13:33:30 hannken Exp $	*/
+/*	$NetBSD: param.h,v 1.432 2013/06/30 00:00:53 rmind Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	699002200	/* NetBSD 6.99.22 */
+#define	__NetBSD_Version__	699002300	/* NetBSD 6.99.23 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to