Date: Mon, 14 Jun 2004 22:43:05 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/talkd talkd.c Message-ID: <200406142243.i5EMh5du042261@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2004-06-14 22:43:05 UTC FreeBSD src repository Modified files: libexec/talkd talkd.c Log: Do not depend on the global 'sockt' being initialized to 0; instead, use the symbolic constant STDIN_FILENO, as this is a daemon invoked from inetd. Remove 'sockt' as it is not referenced. Revision Changes Path 1.16 +2 -3 src/libexec/talkd/talkd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406142243.i5EMh5du042261>