Closed Bug 55740 Opened 24 years ago Closed 24 years ago

Typo in nsprpub/pr/include/md/_netbsd.cfg

Categories

(NSPR :: NSPR, defect, P3)

Sun
NetBSD
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: martin, Assigned: wtc)

Details

Due to a cut&past error (or whatever) mozilla doesn't compile on sparc & mips
systems.

Observed and reported by Dan McMahill <dmcmahill@netbsd.org> in M17, verified to
still be present in cvs checkout from yesterday.

This patch fixes it:

--- nsprpub/pr/include/md/_netbsd.cfg.orig	Wed Mar  8 11:26:18 2000
+++ nsprpub/pr/include/md/_netbsd.cfg	Sat Oct  7 17:26:26 2000
@@ -78,5 +78,5 @@
 #elif defined(__sparc__) || defined(__mips__)
 
-#undef IS_LITTLE_ENDIAN 1
+#undef IS_LITTLE_ENDIAN 
 #define  IS_BIG_ENDIAN 1
 #define HAVE_LONG_LONG
Thanks for the patch.  I will check it in
(along with the powerpc va_list fix) tomorrow.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → 4.0.2
Checked in the patch on the NSPR main trunk, NSPRPUB_CLIENT_BRANCH,
and NSPRPUB_RELEASE_4_0_BRANCH.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.