NuCache wasn't building on Unix. Fixed.
git-svn-id: svn://10.0.0.236/trunk@11458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
6
mozilla/network/cache/nu/src/nsCachePref.cpp
vendored
6
mozilla/network/cache/nu/src/nsCachePref.cpp
vendored
@@ -17,7 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "nsCachePref.h"
|
||||
#include "xp.h"
|
||||
#ifndef XP_UNIX
|
||||
#include "xp.h" // This complains on unix. Works ok without there.
|
||||
#endif
|
||||
#include "prefapi.h"
|
||||
#include "prmem.h"
|
||||
#include "nsCacheManager.h"
|
||||
@@ -69,7 +71,7 @@ nsCachePref::SetupPrefs(const char* i_Pref)
|
||||
{
|
||||
PRBool bSetupAll = PR_FALSE;
|
||||
|
||||
long nTemp;
|
||||
int32 nTemp;
|
||||
char* tempPref=0;
|
||||
|
||||
if (!i_Pref)
|
||||
|
||||
Reference in New Issue
Block a user