Subject: CVS commit: src/lib/libutil
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/27/2003 14:04:58
Module Name:	src
Committed By:	lukem
Date:		Thu Mar 27 12:04:57 UTC 2003

Modified Files:
	src/lib/libutil: ttymsg.c

Log Message:
Clear O_NONBLOCK correctly (previous code probably only worked because
O_NONBLOCK and F_SETFL are the same value).
Obtained from FreeBSD PR 8681 via FreeBSD's usr.bin/wall/ttymsg.c 1.5.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libutil/ttymsg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.