mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
Update.
2004-09-19 Ulrich Drepper <drepper@redhat.com> * resolv/res_mkquery.c (res_nmkquery): Fix typo.
This commit is contained in:
@@ -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>
|
2004-09-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
|
* sysdeps/unisx/sysv/linux/dl-execstack.c: Get protection flag
|
||||||
|
@@ -138,7 +138,7 @@ res_nmkquery(res_state statp,
|
|||||||
#else
|
#else
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
__gettimeofday (&tv, NULL);
|
__gettimeofday (&tv, NULL);
|
||||||
random_time_bits = (tv.tv_sec << 8) ^ tv.tv_usec;
|
randombits = (tv.tv_sec << 8) ^ tv.tv_usec;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
while (randombits == 0);
|
while (randombits == 0);
|
||||||
|
Reference in New Issue
Block a user