]> arthur.barton.de Git - netatalk.git/commitdiff
Fix function definition, return type is pid_t
authorRalph Boehme <sloowfranklin@gmail.com>
Wed, 2 Jan 2013 17:42:06 +0000 (18:42 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Wed, 2 Jan 2013 17:42:06 +0000 (18:42 +0100)
libatalk/dsi/dsi_tcp.c

index fd9de4a0286e5c180b41080aa1be7cbd549ff300..f73147a81a9565309bcbe518042edf1f6865e106 100644 (file)
@@ -125,7 +125,7 @@ void dsi_free(DSI *dsi)
 
 static struct itimerval itimer;
 /* accept the socket and do a little sanity checking */
 
 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;
 {
     pid_t pid;
     SOCKLEN_T len;