From owner-cvs-all Fri Jun 9 12:38:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 994E637C36C; Fri, 9 Jun 2000 12:38:29 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62794; Fri, 9 Jun 2000 12:38:29 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <200006091938.MAA62794@freefall.freebsd.org> From: Guy Helmer Date: Fri, 9 Jun 2000 12:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wall ttymsg.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ghelmer 2000/06/09 12:38:29 PDT Modified files: usr.bin/wall ttymsg.c Log: O_NONBLOCK was used as a command with a bogus arg to fcntl(2). Change it to F_SETFD with an arg of 0 to clear O_NONBLOCK. PR: bin/8681 Submitted by: koyama takahiro Prompted by: Nathan Ahlstrom Revision Changes Path 1.5 +3 -3 src/usr.bin/wall/ttymsg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message