From c3620d71f55239eb0ce7787603ee1acdb6d80649 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 31 Jul 1999 19:33:36 +0000 Subject: [PATCH] Fix for SCO OpenServer. git-svn-id: svn://10.0.0.236/trunk@41731 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsFileSpecUnix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsFileSpecUnix.cpp b/mozilla/xpcom/io/nsFileSpecUnix.cpp index 64848c019b2..c03a9e5f926 100644 --- a/mozilla/xpcom/io/nsFileSpecUnix.cpp +++ b/mozilla/xpcom/io/nsFileSpecUnix.cpp @@ -29,7 +29,7 @@ #include "nsError.h" #include "prio.h" /* for PR_Rename */ -#if defined(SCO_SV) +#if defined(_SCO_DS) #define _SVID3 /* for statvfs.h */ #endif