Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- src/sys/coda/coda.h 2009/09/28 10:51:35 1.15 +++ src/sys/coda/coda.h 2010/07/20 17:26:03 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: coda.h,v 1.15 2009/09/28 10:51:35 blymn Exp $ */ +/* $NetBSD: coda.h,v 1.16 2010/07/20 17:26:03 christos Exp $ */ /* @@ -793,8 +793,8 @@ union coda_downcalls { #define PIOCPARM_MASK 0x0000ffff struct ViceIoctl { void *in, *out; /* Data to be transferred in, or out */ - short in_size; /* Size of input buffer <= 2K */ - short out_size; /* Maximum size of output buffer, <= 2K */ + unsigned short in_size; /* Size of input buffer <= 2K */ + unsigned short out_size;/* Maximum size of output buffer, <= 2K */ }; struct PioctlData {