Source-Changes-HG archive

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

[src/trunk]: src/sys/sys M_COPYALL has a different value now and it is used i...



details:   https://anonhg.NetBSD.org/src/rev/c2db7cc84a40
branches:  trunk
changeset: 791358:c2db7cc84a40
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 14 04:27:50 2013 +0000

description:
M_COPYALL has a different value now and it is used in modules. Pointed out
by phone@

diffstat:

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

diffs (18 lines):

diff -r e0e7acb0227b -r c2db7cc84a40 sys/sys/param.h
--- a/sys/sys/param.h   Thu Nov 14 04:24:33 2013 +0000
+++ b/sys/sys/param.h   Thu Nov 14 04:27:50 2013 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index