Date: Thu, 2 Sep 2004 21:41:57 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/sockets/kqueue kqueue.c Message-ID: <200409022141.i82LfvDd001807@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-09-02 21:41:57 UTC FreeBSD src repository Modified files: tools/regression/sockets/kqueue kqueue.c Log: Pass O_NONBLOCK directly to fcntl() rather than the pointer to an int holding the value O_NONBLOCK. This worked previously because I was lucky. Revision Changes Path 1.2 +8 -12 src/tools/regression/sockets/kqueue/kqueue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409022141.i82LfvDd001807>