From: Ralph Boehme Date: Wed, 2 Jan 2013 17:42:06 +0000 (+0100) Subject: Fix function definition, return type is pid_t X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=1c6730bd451c9531bb9b91d59e14e51f80d6dd67 Fix function definition, return type is pid_t --- 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;