summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2001-03-14 02:51:03 +0000
committermkaply%us.ibm.com <devnull@localhost>2001-03-14 02:51:03 +0000
commit6602ae952300a60b0ef9015161862f83f4d8ecd1 (patch)
tree3bb56899d4466e88f65ba37f67ed9ad1ea023ed3
parentde79427fadc54130a8b2e8f97fdaecc8c7fb9bdc (diff)
downloadnss-hg-6602ae952300a60b0ef9015161862f83f4d8ecd1.tar.gz
OS/2 TB break
Is there a reason an XP_OS2 was thrown in on Win32 only code?
-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 8d8a484fa..700562137 100644
--- a/dbm/src/h_page.c
+++ b/dbm/src/h_page.c
@@ -1194,7 +1194,7 @@ open_temp(HTAB *hashp)
strcat(filename, (last == '/' || last == '\\') ? namestr + 1 : namestr);
#endif
-#if defined(_WIN32) || defined(_WINDOWS) || defined(XP_OS2)
+#if defined(_WIN32) || defined(_WINDOWS)
if ((hashp->fp = mkstempflags(filename, _O_BINARY|_O_TEMPORARY)) != -1) {
if (hashp->filename) {
free(hashp->filename);