From 9f4b673a03b66a53e3b044b26d0669d2e800cf50 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 1 Sep 2016 17:25:53 +0200 Subject: lib: Change rdrbuff API to use correct types The head and tail alloc and release operations were taking an int to identify the idx instead of a ssize_t. The size was a ssize_t instead of a size_t. --- src/ipcpd/local/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/local') diff --git a/src/ipcpd/local/main.c b/src/ipcpd/local/main.c index 4fa7e33f..f1b6dd9e 100644 --- a/src/ipcpd/local/main.c +++ b/src/ipcpd/local/main.c @@ -393,7 +393,7 @@ static int ipcp_local_flow_alloc_resp(pid_t n_api, int response) { struct shm_ap_rbuff * rb; - int in_fd = -1;\ + int in_fd = -1; int out_fd = -1; int ret = -1; -- cgit v1.2.3