X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fnet.c;h=6acd2d02cb7027955562ea87a516b5553a72b8fb;hb=66c517d24618e2a9395879d424c2ccd8728af914;hp=300b46b64f9ac61b03160844c4e6693b1dd37bef;hpb=687b2ee26c89419ab3b53faeac58ad6d6465677a;p=doldaconnect.git 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