Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/puffs Bump protocol version once more to allow for pr...



details:   https://anonhg.NetBSD.org/src/rev/0f5a16d89dd0
branches:  trunk
changeset: 748236:0f5a16d89dd0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Oct 17 23:22:04 2009 +0000

description:
Bump protocol version once more to allow for previous to be pulled
to netbsd-5 (protocols are not compatible due to time_t/dev_t
change).

diffstat:

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

diffs (18 lines):

diff -r 2377c88f267b -r 0f5a16d89dd0 sys/fs/puffs/puffs_msgif.h
--- a/sys/fs/puffs/puffs_msgif.h        Sat Oct 17 23:20:15 2009 +0000
+++ b/sys/fs/puffs/puffs_msgif.h        Sat Oct 17 23:22:04 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs_msgif.h,v 1.67 2009/10/17 23:16:05 pooka Exp $   */
+/*     $NetBSD: puffs_msgif.h,v 1.68 2009/10/17 23:22:04 pooka Exp $   */
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -102,7 +102,7 @@
 #define PUFFS_ERR_MAX PUFFS_ERR_VPTOFH
 
 #define PUFFSDEVELVERS 0x80000000
-#define PUFFSVERSION   28
+#define PUFFSVERSION   29
 #define PUFFSNAMESIZE  32
 
 #define PUFFS_TYPEPREFIX "puffs|"



Home | Main Index | Thread Index | Old Index