From dbd16fe59a1aefac4df77c7e31ffba87d74d9659 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 23 Jul 2010 19:08:55 +0800 Subject: nat: u_int8_t -> uint8_t --- openbsc/include/openbsc/bsc_nat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 15019b40c..b628ed058 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -246,7 +246,7 @@ struct bsc_nat { /* MGCP config */ struct mgcp_config *mgcp_cfg; struct write_queue mgcp_queue; - u_int8_t mgcp_msg[4096]; + uint8_t mgcp_msg[4096]; int mgcp_length; /* msc things */ @@ -311,7 +311,7 @@ struct sccp_connections *patch_sccp_src_ref_to_msc(struct msgb *, struct bsc_nat /** * MGCP/Audio handling */ -int bsc_write_mgcp(struct bsc_connection *bsc, const u_int8_t *data, unsigned int length); +int bsc_write_mgcp(struct bsc_connection *bsc, const uint8_t *data, unsigned int length); int bsc_mgcp_assign(struct sccp_connections *, struct msgb *msg); void bsc_mgcp_init(struct sccp_connections *); void bsc_mgcp_dlcx(struct sccp_connections *); -- cgit v1.2.3