From 113e48df05d54510646b3dcf33a1df2c60e3461f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Nov 2004 12:54:41 +0000 Subject: The cnum value must be uint32_t to match the kernel interface --- include/cmtp.h | 2 +- include/hidp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cmtp.h b/include/cmtp.h index f0981f2d..3f8e943c 100644 --- a/include/cmtp.h +++ b/include/cmtp.h @@ -63,7 +63,7 @@ struct cmtp_conninfo { }; struct cmtp_connlist_req { - uint16_t cnum; + uint32_t cnum; struct cmtp_conninfo *ci; }; diff --git a/include/hidp.h b/include/hidp.h index 21b62513..7f27fde1 100644 --- a/include/hidp.h +++ b/include/hidp.h @@ -79,7 +79,7 @@ struct hidp_conninfo { }; struct hidp_connlist_req { - uint16_t cnum; + uint32_t cnum; struct hidp_conninfo *ci; }; -- cgit