mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2004-09-19 Ulrich Drepper <drepper@redhat.com> * resolv/res_mkquery.c (res_nmkquery): Fix typo.
This commit is contained in:
parent
dcca3fe25f
commit
29e11320c9
@ -1,3 +1,7 @@
|
||||
2004-09-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* resolv/res_mkquery.c (res_nmkquery): Fix typo.
|
||||
|
||||
2004-09-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
|
||||
|
@ -138,7 +138,7 @@ res_nmkquery(res_state statp,
|
||||
#else
|
||||
struct timeval tv;
|
||||
__gettimeofday (&tv, NULL);
|
||||
random_time_bits = (tv.tv_sec << 8) ^ tv.tv_usec;
|
||||
randombits = (tv.tv_sec << 8) ^ tv.tv_usec;
|
||||
#endif
|
||||
}
|
||||
while (randombits == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user