From 53a8ad98c104f3f8dc4b8f0344eb08f5e4fa8cbd Mon Sep 17 00:00:00 2001 From: spider Date: Thu, 11 Jun 1998 23:46:52 +0000 Subject: [PATCH] Defining dbopen on Unix too. Reviewed by rpotts. git-svn-id: svn://10.0.0.236/trunk@3687 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/module/nsNetStubs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/module/nsNetStubs.cpp b/mozilla/network/module/nsNetStubs.cpp index ee5f170852f..359f433b333 100644 --- a/mozilla/network/module/nsNetStubs.cpp +++ b/mozilla/network/module/nsNetStubs.cpp @@ -42,7 +42,7 @@ extern "C" { extern "C" { -#ifdef XP_PC +#if defined(XP_PC) || defined(XP_UNIX) DB * dbopen(const char *fname, int flags,int mode, DBTYPE type, const void *openinfo)