Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras

This commit is contained in:
Mitchell Field
2011-02-20 06:10:24 +11:00
parent 372cbf9913
commit 907029389d
149 changed files with 89 additions and 13084 deletions

View File

@@ -79,7 +79,7 @@
#endif
#if defined(XP_UNIX) || defined(XP_BEOS)
#ifdef XP_UNIX
#ifdef _SVID_GETTOD /* Defined only on Solaris, see Solaris <sys/types.h> */
extern int gettimeofday(struct timeval *tv);
@@ -326,7 +326,7 @@ PRMJ_Now(void)
return s;
}
#elif defined(XP_UNIX) || defined(XP_BEOS)
#elif defined(XP_UNIX)
JSInt64
PRMJ_Now(void)
{
@@ -575,7 +575,7 @@ size_t
PRMJ_FormatTime(char *buf, int buflen, const char *fmt, PRMJTime *prtm)
{
size_t result = 0;
#if defined(XP_UNIX) || defined(XP_WIN) || defined(XP_OS2) || defined(XP_BEOS)
#if defined(XP_UNIX) || defined(XP_WIN) || defined(XP_OS2)
struct tm a;
int fake_tm_year = 0;
#ifdef NS_HAVE_INVALID_PARAMETER_HANDLER