aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/src/msgb.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2010-02-20 19:10:44 +0100
committerHarald Welte <laforge@netfilter.org>2010-02-20 19:10:44 +0100
commita3d5514c21d1086e47548c134a3d108047b458ce (patch)
tree0c45350f7684486cd99e3ed497327476c7a890df /libosmocore/src/msgb.c
parent13f52974e65ae128355ab91dd090c6e0ca5240c5 (diff)
change from u_int* to uint* (stdint.h)
Diffstat (limited to 'libosmocore/src/msgb.c')
-rw-r--r--libosmocore/src/msgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmocore/src/msgb.c b/libosmocore/src/msgb.c
index ab9b4131c..2521ca868 100644
--- a/libosmocore/src/msgb.c
+++ b/libosmocore/src/msgb.c
@@ -30,7 +30,7 @@
void *tall_msgb_ctx;
-struct msgb *msgb_alloc(u_int16_t size, const char *name)
+struct msgb *msgb_alloc(uint16_t size, const char *name)
{
struct msgb *msg;