diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/venti.h b/include/venti.h index 8a64c57e..14627dcb 100644 --- a/include/venti.h +++ b/include/venti.h @@ -292,7 +292,7 @@ struct VtFcall uint nauth; /* TauthX, RauthX */ uchar score[VtScoreSize]; /* Tread, Rwrite */ uchar blocktype; /* Tread, Twrite */ - ushort count; /* Tread */ + uint count; /* Tread */ Packet *data; /* Rread, Twrite */ }; |