mirror of git://sourceware.org/git/glibc.git
Update.
1998-12-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/tempname.c (__path_search): Add second part of the patch by Andreas Jaeger. 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid warnings about unused args. Fix comment. 1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/posix/tempname.c (__path_search): Correct last patch. 1998-12-08 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear the IBAUD0 bit in c_iflag. * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the the IBAUD0 bit in c_iflag.
This commit is contained in:
parent
b61af6fc2e
commit
5a7cb1a2c7
|
|
@ -1,3 +1,8 @@
|
||||||
|
1998-12-15 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* sysdeps/posix/tempname.c (__path_search): Add second part of the
|
||||||
|
patch by Andreas Jaeger.
|
||||||
|
|
||||||
1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1998-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
|
* stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,8 @@ __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx,
|
||||||
dir = d;
|
dir = d;
|
||||||
else if (dir != NULL && direxists (dir))
|
else if (dir != NULL && direxists (dir))
|
||||||
/* nothing */ ;
|
/* nothing */ ;
|
||||||
|
else
|
||||||
|
dir = NULL;
|
||||||
}
|
}
|
||||||
if (dir != NULL)
|
if (dir != NULL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue