freebsd-dev/usr.bin/wall
Guy Helmer 7111b0acef 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>
2000-06-09 19:38:28 +00:00
..
Makefile
ttymsg.c O_NONBLOCK was used as a command with a bogus arg to fcntl(2). 2000-06-09 19:38:28 +00:00
wall.1 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
wall.c column counter (cnt) not reset to 0 on display of '\r' which could cause 1999-09-01 23:07:29 +00:00