summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2000-07-10 12:53:08 +0000
committermkaply%us.ibm.com <devnull@localhost>2000-07-10 12:53:08 +0000
commit0c8211552a805487efd9f83eeb46172df9a0c0cb (patch)
tree0baef4b00cd5eb7dc01a7a15e58c0e7d5c2dcfbe
parent4055e15364c3a048419b7bba04da6de72d498f50 (diff)
downloadnss-hg-0c8211552a805487efd9f83eeb46172df9a0c0cb.tar.gz
Tinderbox break - remove OS/2 includes
-rw-r--r--dbm/include/mcom_db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index af4e0f9e2..b5fa54fbf 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -156,7 +156,7 @@
#ifndef XP_OS2
#define MAXPATHLEN 1024
#else
-#include "os2file.h" /* includes dirent.h */
+/* #include "os2file.h" includes dirent.h */
#endif
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */
@@ -200,7 +200,7 @@ XP_END_PROTOS
#endif /* MACINTOSH */
#if defined(XP_OS2)
-#include <xp_mcom.h>
+/* #include <xp_mcom.h> */
XP_BEGIN_PROTOS
int mkstemp(char *path);
XP_END_PROTOS