Don't make S_ISSOCK use conditional
authorIan Lynagh <igloo@earth.li>
Thu, 4 Sep 2008 16:42:34 +0000 (16:42 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 4 Sep 2008 16:42:34 +0000 (16:42 +0000)
commit9e0efec78c5ab045055d221756f77a2d10fc55f9
tree1d031707007a6584ba90b2083c33974c3a1f5777
parentd07c47f3080ebae7bed4a94c258a90f07d911415
Don't make S_ISSOCK use conditional
We were conditionally defining the C wrapper, but unconditionally using
it. So if it didn't exist then things would have broken anyway.
include/HsBase.h