Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2004-09-19  Ulrich Drepper  <drepper@redhat.com>

	* resolv/res_mkquery.c (res_nmkquery): Fix typo.
  • Loading branch information
Ulrich Drepper committed Sep 19, 2004
1 parent dcca3fe commit 29e1132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion resolv/res_mkquery.c
Expand Up @@ -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);
Expand Down

0 comments on commit 29e1132

Please sign in to comment.