aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/rs232.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/utils/rs232.c')
-rw-r--r--openbsc/src/utils/rs232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/utils/rs232.c b/openbsc/src/utils/rs232.c
index 5c20531f9..43b0dc4fa 100644
--- a/openbsc/src/utils/rs232.c
+++ b/openbsc/src/utils/rs232.c
@@ -57,7 +57,7 @@ static int handle_ser_write(struct bsc_fd *bfd);
int _abis_nm_sendmsg(struct msgb *msg, int to_trx_oml)
{
struct serial_handle *sh = ser_handle;
- u_int8_t *lapd;
+ uint8_t *lapd;
unsigned int len;
msg->l2h = msg->data;