From acd31a3ac4c5b4c37ed93586ec90099666a549d9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 23 Jul 2010 18:39:17 +0800 Subject: sccp: u_int8_t -> uint8_t --- include/sccp/sccp.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 84ae914..e399b2f 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -47,12 +47,12 @@ enum { struct sockaddr_sccp { sa_family_t sccp_family; /* AF_SCCP in the future??? */ - u_int8_t sccp_ssn; /* subssystem number for routing */ + uint8_t sccp_ssn; /* subssystem number for routing */ /* TODO fill in address indicator... if that is ever needed */ /* not sure about these */ - /* u_int8_t sccp_class; */ + /* uint8_t sccp_class; */ }; /* @@ -60,13 +60,13 @@ struct sockaddr_sccp { */ struct sccp_address { struct sccp_called_party_address address; - u_int8_t ssn; - u_int8_t poi[2]; + uint8_t ssn; + uint8_t poi[2]; }; struct sccp_optional_data { - u_int8_t data_len; - u_int8_t data_start; + uint8_t data_len; + uint8_t data_start; }; struct sccp_connection { -- cgit v1.2.3