From c42ad8b68619b58bfbc98a0409d74a86b603aebf Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 18 Apr 2011 17:04:00 +0200 Subject: misc: Move from u_int to uint types of stdint.h This was done with sed on the files. --- openbsc/include/openbsc/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/socket.h') diff --git a/openbsc/include/openbsc/socket.h b/openbsc/include/openbsc/socket.h index dac4ca7ae..197691370 100644 --- a/openbsc/include/openbsc/socket.h +++ b/openbsc/include/openbsc/socket.h @@ -9,7 +9,7 @@ #endif int make_sock(struct bsc_fd *bfd, int proto, - u_int32_t ip, u_int16_t port, int priv_nr, + uint32_t ip, uint16_t port, int priv_nr, int (*cb)(struct bsc_fd *fd, unsigned int what), void *data); #endif /* _BSC_SOCKET_H */ -- cgit v1.2.3