2004-09-19  Ulrich Drepper  <drepper@redhat.com>

	* resolv/res_mkquery.c (res_nmkquery): Fix typo.
This commit is contained in:
Ulrich Drepper 2004-09-19 20:52:52 +00:00
parent dcca3fe25f
commit 29e11320c9
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);