Fix SB-UNIX:FD-TYPE.
commit94fc36a42545eee15d235bd64ebdf92248925bf7
authorStas Boukarev <stassats@gmail.com>
Sat, 11 Feb 2017 20:58:03 +0000 (11 23:58 +0300)
committerStas Boukarev <stassats@gmail.com>
Sat, 11 Feb 2017 20:58:03 +0000 (11 23:58 +0300)
tree84821fc225103af318639fdd709ebf9934019df3
parent8aed6f830625ca9397c1cb3ad7f95371e68027f0
Fix SB-UNIX:FD-TYPE.

File types in stat.st-mode & S-IFMT are not unique single bits, use
EQL, not logtest. Otherwise sockets were reported as directories.
src/code/unix.lisp