@@ -396,7 +396,7 @@ int acc_db_request( struct sip_msg *rq)
/************ RADIUS & DIAMETER helper functions **************/
#if defined(RAD_ACC) || defined (DIAM_ACC)
#ifndef UINT4
-#define UINT4 unsigned int
+#define UINT4 uint32_t
#endif
inline static UINT4 phrase2code(str *phrase)
{
@@ -201,7 +201,7 @@ int radius_authorize_sterman(struct sip_msg* _msg, dig_cred_t* _cred, str* _meth
static char msg[4096];
VALUE_PAIR *send, *received;
- UINT4 service;
+ uint32_t service;
str method, user, user_name;
str *ruri;
int i;
@@ -232,7 +232,7 @@ static int load_avp_user(struct sip_msg* msg, str* prefix, load_avp_param_t type
unsigned short flags;
VALUE_PAIR* send, *received, *vp;
struct sip_uri puri;
send = received = 0;
@@ -53,7 +53,7 @@ int radius_is_user_in(struct sip_msg* _m, char* _hf, char* _group)
str *grp, user_name, user, domain;
dig_cred_t* cred = 0;
int hf_type;
struct hdr_field* h;
@@ -150,7 +150,7 @@ int radius_does_uri_exist(struct sip_msg* _m, char* _s1, char* _s2)
char* at, *uri = 0;
int res;