summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-10-24 14:33:28 +0000
committerwtc%netscape.com <devnull@localhost>2001-10-24 14:33:28 +0000
commit5d467325f8ea14d3d8e0857c7ef44cf9c099cc98 (patch)
tree9afb3620f643587606045267612786195d1431c8 /dbm
parent71b9de71b4ea11aaf6cf8037f5f6005d6e01e1df (diff)
parent2e220a36af0d9aceae726a42e2917cb4d75d3fe9 (diff)
downloadnss-hg-5d467325f8ea14d3d8e0857c7ef44cf9c099cc98.tar.gz
Bugzilla bug 103892: include <stdlib.h> rather than <malloc.h> for the
malloc functions. r=cls.
Diffstat (limited to 'dbm')
-rw-r--r--dbm/src/nsres.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbm/src/nsres.c b/dbm/src/nsres.c
index 44b448cf7..e383d58e5 100644
--- a/dbm/src/nsres.c
+++ b/dbm/src/nsres.c
@@ -4,11 +4,7 @@
#include <stdio.h>
-#if defined(BSDI)||defined(RHAPSODY)
#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif
#include <string.h>