Module Name: src
Committed By: pooka
Date: Sat Oct 17 23:22:04 UTC 2009
Modified Files:
src/sys/fs/puffs: puffs_msgif.h
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/fs/puffs/puffs_msgif.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/fs/puffs/puffs_msgif.h
diff -u src/sys/fs/puffs/puffs_msgif.h:1.67 src/sys/fs/puffs/puffs_msgif.h:1.68
--- src/sys/fs/puffs/puffs_msgif.h:1.67 Sat Oct 17 23:16:05 2009
+++ src/sys/fs/puffs/puffs_msgif.h Sat Oct 17 23:22:04 2009
@@ -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|"