]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: 229965
authorgnn <gnn@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Jan 2012 19:39:41 +0000 (19:39 +0000)
committergnn <gnn@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Jan 2012 19:39:41 +0000 (19:39 +0000)
commit8964e36076d57dd15fa122ae6397500a6940ad27
tree48b2b2041b66cfb3ff79fe003aefaf2bd894da3c
parent23b00d0024b4f0f5e5baa685be166db5dd44c4d2
MFC: 229965

Fix for PR 138526.

Add the ability for /dev/null and /dev/zero to accept
being set into non blocking mode via fcntl().  This
brings the code into compliance with IEEE Std 1003.1-2001
as referenced in another PR, 94729.

Reviewed by: jhb

git-svn-id: svn://svn.freebsd.org/base/stable/8@230335 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/null/null.c