Update of /cvsroot/pure-data/externals/ggee/signal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21692
Modified Files: streamin~.c Log Message: replaced close by sys_closesocket
Index: streamin~.c =================================================================== RCS file: /cvsroot/pure-data/externals/ggee/signal/streamin~.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** streamin~.c 9 Aug 2004 12:52:25 -0000 1.4 --- streamin~.c 12 Aug 2004 08:18:28 -0000 1.5 *************** *** 199,203 **** if (x->x_socket > 0) { post("streamin~: new connection"); ! close(x->x_socket); sys_rmpollfn(x->x_socket); } --- 199,203 ---- if (x->x_socket > 0) { post("streamin~: new connection"); ! sys_closesocket(x->x_socket); sys_rmpollfn(x->x_socket); }