summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2000-07-10 20:29:36 +0000
committermkaply%us.ibm.com <devnull@localhost>2000-07-10 20:29:36 +0000
commit0ea52308f436504866457b5c97ddd7d4b7ca319b (patch)
tree542875205ffafb9c34b446200027f63f4f001c68
parent629bddd8029eeb032a4706572d6dcd55fb01efd1 (diff)
downloadnss-hg-0ea52308f436504866457b5c97ddd7d4b7ca319b.tar.gz
Tinderbox break - remove OS/2 only code
-rw-r--r--dbm/src/hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbm/src/hash.c b/dbm/src/hash.c
index be08567fc..cef9e08da 100644
--- a/dbm/src/hash.c
+++ b/dbm/src/hash.c
@@ -47,7 +47,6 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
#if !defined(macintosh)
#ifdef XP_OS2_EMX
#include <sys/types.h>
-#include "xp_mcom.h" /* For strdup. */
#endif
#include <sys/stat.h>
#endif