From 9d93bc7e728b6fb098161a04160e7bd2798ffc01 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 11 May 2020 22:54:27 +0200 Subject: WIP Use abstract unix sockets on Android --- sysdep/unix/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/unix/unix.h') diff --git a/sysdep/unix/unix.h b/sysdep/unix/unix.h index 746a3590..f5f896b4 100644 --- a/sysdep/unix/unix.h +++ b/sysdep/unix/unix.h @@ -107,7 +107,7 @@ void io_loop(void); void io_log_dump(void); int sk_open_unix(struct birdsock *s, char *name); struct rfile *rf_open(struct pool *, const char *name, const char *mode); -int sk_connect_unix(struct birdsock *s, char *name); +int sk_connect_unix(struct birdsock *s, char *name, socklen_t namelen); void *rf_file(struct rfile *f); int rf_fileno(struct rfile *f); void test_old_bird(char *path); -- cgit v1.2.3