Module Name: src Committed By: christos Date: Thu Nov 14 04:27:50 UTC 2013
Modified Files: src/sys/sys: param.h Log Message: M_COPYALL has a different value now and it is used in modules. Pointed out by phone@ To generate a diff of this commit: cvs rdiff -u -r1.435 -r1.436 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.435 src/sys/sys/param.h:1.436 --- src/sys/sys/param.h:1.435 Mon Nov 11 06:10:45 2013 +++ src/sys/sys/param.h Wed Nov 13 23:27:50 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.435 2013/11/11 11:10:45 joerg Exp $ */ +/* $NetBSD: param.h,v 1.436 2013/11/14 04:27:50 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 699002600 /* NetBSD 6.99.26 */ +#define __NetBSD_Version__ 699002700 /* NetBSD 6.99.27 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)