Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2000 12:38:29 -0700 (PDT)
From:      Guy Helmer <ghelmer@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/wall ttymsg.c
Message-ID:  <200006091938.MAA62794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tah@d1.dion.ne.jp>
  Prompted by:	Nathan Ahlstrom <nrahlstr@winternet.com>
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006091938.MAA62794>