Closed
Bug 138627
Opened 24 years ago
Closed 24 years ago
mktemp() warnings when building ldapsearch.exe
Categories
(Directory Graveyard :: LDAP Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcs, Assigned: mcs)
Details
Attachments
(1 file)
|
4.16 KB,
patch
|
Details | Diff | Splinter Review |
When building ldapsearch.exe, a warning about mktemp() not being defined is
produced. This should be fixed. The build is actually picking up mktemp() from
nss3.dll; we should use _mktemp() from the Win32 C runtime DLL instead.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 1•24 years ago
|
||
Of course I have a patch... really simple. Please review.
Comment 2•24 years ago
|
||
Looks good.
| Assignee | ||
Comment 3•24 years ago
|
||
Fix committed to the trunk:
mozilla/directory/c-sdk/ldap/clients/tools/ldapcmp.c
new revision: 5.1; previous revision: 5.0
mozilla/directory/c-sdk/ldap/clients/tools/ldapsearch.c
new revision: 5.1; previous revision: 5.0
mozilla/directory/c-sdk/ldap/clients/tools/ldaptool.h
new revision: 5.2; previous revision: 5.1
Fix bug # 138627 - mktemp() warnings when building ldapsearch.exe.
Use _mktemp() on Windows.
Remove a couple of unused local variables.
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.
Description
•