]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Sep 2004 20:52:52 +0000 (20:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Sep 2004 20:52:52 +0000 (20:52 +0000)
2004-09-19  Ulrich Drepper  <drepper@redhat.com>

* resolv/res_mkquery.c (res_nmkquery): Fix typo.

ChangeLog
resolv/res_mkquery.c

index c25b74742c26f7ea7987179ae80179d9f425e99d..f847079669bc1f22510bf3e0afcdd83ebcf06286 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2d25b169a2151676b0c5a506aa0ee41a9d5e50d2..5b705b0e8b33bc592a8288949a36d6a76f7a26da 100644 (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);