[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
PATCH: ud.c mkstemp becomes tmpfile (ITS#1500)
Full_Name: Mike Gerdts
Version: 2.0.18
OS: Win2k
URL: ftp://ftp.openldap.org/incoming/openldap-ud-tmpfile.patch
Submission from: (NULL) (143.209.230.172)
Current ud is the only program in openldap that uses the mkstemp() function.
The rest that need similar functionality use tmpfile(). The patch referenced
below fixes that inconsistency.
Why do I care? Win2k does not appear to have mkstemp() but does have
tmpfile().