From: fredrik Date: Wed, 19 Oct 2005 01:33:08 +0000 (+0000) Subject: Bleh X-Git-Tag: 0.1~187 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=66c517d24618e2a9395879d424c2ccd8728af914 Bleh git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@388 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/net.c b/daemon/net.c index 300b46b..6acd2d0 100644 --- a/daemon/net.c +++ b/daemon/net.c @@ -574,6 +574,7 @@ struct socket *netcslisten(int type, struct sockaddr *name, socklen_t namelen, v struct socket *netcslistenlocal(int type, struct sockaddr *name, socklen_t namelen, void (*func)(struct socket *, struct socket *, void *), void *data) { struct socket *sk; + int intbuf; /* I don't know if this is actually correct (it probably isn't), * but since, at on least Linux systems, PF_* are specifically