From: William Pitcock Date: Mon, 7 Mar 2016 06:12:37 +0000 (-0600) Subject: modules: AV2: use unsigned int for capability IDs instead of signed int X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/b7e4fcb7a7587dde28e1382e5f34c6a0dcf6940a modules: AV2: use unsigned int for capability IDs instead of signed int --- diff --git a/include/modules.h b/include/modules.h index e3bb0497..9de46141 100644 --- a/include/modules.h +++ b/include/modules.h @@ -78,7 +78,7 @@ typedef struct int cap_index; /* Which cap index does this belong to? */ const char *cap_name; /* Capability name */ void *cap_ownerdata; /* Not used much but why not... */ - int *cap_id; /* May be set to non-NULL to store cap id */ + unsigned int *cap_id; /* May be set to non-NULL to store cap id */ } mapi_cap_list_av2; struct mapi_mheader_av1