aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:39:39 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:39:39 +0800
commitf957095385be8ffdd561f892106a9f6a5619e29a (patch)
tree44761a832e8976cdb284cafc1d5c976ac57d31ef /openbsc/tests
parentc2c4621a5da8aef1662fc56747f6715659157c79 (diff)
sccp: u_int16_t -> uint16_t
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sccp/sccp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/sccp/sccp_test.c b/openbsc/tests/sccp/sccp_test.c
index 2594b82d8..3b9ef4ed5 100644
--- a/openbsc/tests/sccp/sccp_test.c
+++ b/openbsc/tests/sccp/sccp_test.c
@@ -335,7 +335,7 @@ static int write_called = 0;
*/
int sccp_read_cb(struct msgb *data, unsigned len, void *context)
{
- u_int16_t payload_length = test_data[current_test].payload_length;
+ uint16_t payload_length = test_data[current_test].payload_length;
const uint8_t *got, *wanted;
int i;