SpawnProcess: Don't handle FreeBSD fcntl ENOTTY
authorZac Medico <zmedico@gentoo.org>
Mon, 2 Sep 2013 19:48:49 +0000 (12:48 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 2 Sep 2013 19:48:49 +0000 (12:48 -0700)
commit450ce209bebe9dde62107bf7a867844182010685
tree5d255923910338ec87fdc93af0f7512ec08cb8db
parentcd0eec80a70e5c5de2c39be5e767a4ce27083372
SpawnProcess: Don't handle FreeBSD fcntl ENOTTY

This error does not occur since the fcntl call was fixed to properly
use the F_GETFD/F_SETFD commands in commit
30c652a9db1014fc720f7d6055520a07b731c984.
pym/_emerge/SpawnProcess.py