From: Sami Kerola Date: Fri, 21 Jan 2011 23:14:52 +0000 (+0100) Subject: After fopen in ouput ioctl does like /dev/null which cause X-Git-Tag: v2.13^0 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=ff572a4a55cd3d693d5e5b3f0a9757b6b9088017;hp=ff572a4a55cd3d693d5e5b3f0a9757b6b9088017;p=debian%2Fdhcpd-pools.git After fopen in ouput ioctl does like /dev/null which cause ENOTTY, and clean_up will see that without this reset. At least linux does this, and possibly some other systems. There's a report from FreeBSD 8.0 which matches quite well with the symptom. Signed-off-by: Sami Kerola ---