From 50222d88bacdaacb17e77826d78f28642629df05 Mon Sep 17 00:00:00 2001 From: pooka Date: Sat, 17 Oct 2009 23:22:04 +0000 Subject: [PATCH] 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). --- sys/fs/puffs/puffs_msgif.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/fs/puffs/puffs_msgif.h b/sys/fs/puffs/puffs_msgif.h index a8f6e99fb636..3bd39a2b237f 100644 --- a/sys/fs/puffs/puffs_msgif.h +++ b/sys/fs/puffs/puffs_msgif.h @@ -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 @@ enum { #define PUFFS_ERR_MAX PUFFS_ERR_VPTOFH #define PUFFSDEVELVERS 0x80000000 -#define PUFFSVERSION 28 +#define PUFFSVERSION 29 #define PUFFSNAMESIZE 32 #define PUFFS_TYPEPREFIX "puffs|"