aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitbe76a717e06fee8866cc1f453efa01e3c1c190c1 (patch)
tree36ec46c475786e5fe31c66505c9f1991b4476322 /tests
parentacd31a3ac4c5b4c37ed93586ec90099666a549d9 (diff)
sccp: u_int16_t -> uint16_t
Diffstat (limited to 'tests')
-rw-r--r--tests/sccp/sccp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sccp/sccp_test.c b/tests/sccp/sccp_test.c
index 2594b82..3b9ef4e 100644
--- a/tests/sccp/sccp_test.c
+++ b/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;