From 1c6730bd451c9531bb9b91d59e14e51f80d6dd67 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 2 Jan 2013 18:42:06 +0100 Subject: [PATCH] Fix function definition, return type is pid_t --- libatalk/dsi/dsi_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libatalk/dsi/dsi_tcp.c b/libatalk/dsi/dsi_tcp.c index fd9de4a0..f73147a8 100644 --- a/libatalk/dsi/dsi_tcp.c +++ b/libatalk/dsi/dsi_tcp.c @@ -125,7 +125,7 @@ void dsi_free(DSI *dsi) static struct itimerval itimer; /* accept the socket and do a little sanity checking */ -static int dsi_tcp_open(DSI *dsi) +static pid_t dsi_tcp_open(DSI *dsi) { pid_t pid; SOCKLEN_T len; -- 2.39.2