OS/2 TB break

Don't even get me started
This commit is contained in:
mkaply%us.ibm.com 2001-03-14 04:11:42 +00:00
parent 3cda6ade14
commit 6fec3bd415

View File

@ -1205,7 +1205,7 @@ open_temp(HTAB *hashp)
#else #else
if ((hashp->fp = mkstemp(filename)) != -1) { if ((hashp->fp = mkstemp(filename)) != -1) {
(void)unlink(filename); (void)unlink(filename);
#if !defined(macintosh) #if !defined(macintosh) && !defined(XP_OS2)
(void)fcntl(hashp->fp, F_SETFD, 1); (void)fcntl(hashp->fp, F_SETFD, 1);
#endif #endif
} }