aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 19:09:51 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 19:09:51 +0800
commit306e2bc724af19786bec40a48f4b3029869c1610 (patch)
tree6355bfdb863c6071bbccde1e30043639785d3520
parente2c1520a712b529bacd6198e7725543ad8be0165 (diff)
nat: u_int32_t -> uint32_t
-rw-r--r--openbsc/src/nat/bsc_sccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_sccp.c b/openbsc/src/nat/bsc_sccp.c
index 97a4f1289..33ab51d7d 100644
--- a/openbsc/src/nat/bsc_sccp.c
+++ b/openbsc/src/nat/bsc_sccp.c
@@ -55,7 +55,7 @@ static int sccp_ref_is_free(struct sccp_source_reference *ref, struct bsc_nat *n
/* copied from sccp.c */
static int assign_src_local_reference(struct sccp_source_reference *ref, struct bsc_nat *nat)
{
- static u_int32_t last_ref = 0x50000;
+ static uint32_t last_ref = 0x50000;
int wrapped = 0;
do {