aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/src/msgb.c
diff options
context:
space:
mode:
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;