summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2001-03-14 04:11:42 +0000
committermkaply%us.ibm.com <devnull@localhost>2001-03-14 04:11:42 +0000
commit33110ec7692aa4301beb11e8b0715970e9e3889b (patch)
tree9cf022b18e1555f7157bc55dc6ffd4dea1ee1a0f
parent6602ae952300a60b0ef9015161862f83f4d8ecd1 (diff)
downloadnss-hg-33110ec7692aa4301beb11e8b0715970e9e3889b.tar.gz
OS/2 TB break
Don't even get me started
-rw-r--r--dbm/src/h_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/h_page.c b/dbm/src/h_page.c
index 700562137..79f31477d 100644
--- a/dbm/src/h_page.c
+++ b/dbm/src/h_page.c
@@ -1205,7 +1205,7 @@ open_temp(HTAB *hashp)
#else
if ((hashp->fp = mkstemp(filename)) != -1) {
(void)unlink(filename);
-#if !defined(macintosh)
+#if !defined(macintosh) && !defined(XP_OS2)
(void)fcntl(hashp->fp, F_SETFD, 1);
#endif
}