Closed
Bug 435
Opened 27 years ago
Closed 26 years ago
snprintf prototype mismatch
Categories
(MozillaClassic Graveyard :: NetLib, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sjm, Assigned: gagan)
References
()
Details
Created by Soren Juul Moller (sjm@nwc.dk) on Tuesday, June 9, 1998 2:23:49 PM PDT
Additional Details :
On SunOS5.6 and SunOS5.6_x86 the snprintf prototype
defined in mozilla/dbm/src/snprintf.c does not match
the prototype defined in /usr/include/stdio.h
Fix: Add #ifndef HAVE_SNPRINTF at top and bottom and
and -DHAVE_SNPRINTF in mozilla/config/SunOS5.6*.mk
Updated by Brian Ostrom (briano@netscape.com) on Monday, July 6, 1998 8:17:37 PM PDT
Additional Details :
The HAVE_SNPRINTF macro is now defined properly in
mozilla/config/SunOS5.mk. Now snprintf.c needs to
be dealt with. Reassigning to Lou.
Updated by Soren Juul Moller (sjm@nwc.dk) on Tuesday, July 14, 1998 11:30:52 AM PDT
Additional Details :
Please refer to
ftp://ftp.nwc.dk/pub/patches/mozilla/SunOS5.6_x86-current.txt
Reporter | ||
Updated•27 years ago
|
Updated•26 years ago
|
Assignee: montulli → gagan
Component: Berkeley DB → NetLib
Comment 1•26 years ago
|
||
giving to gagan
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•26 years ago
|
||
This bug has been fixed
Updated•26 years ago
|
QA Contact: 3819
Comment 3•26 years ago
|
||
Paul -- please work with Gagan to verify this -- thanks
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
This is a compiler problem, I will trust the developer and marked verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•