diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
commit | 3f59c71ed8ef6c66f3e3c31162f536861a190a1c (patch) | |
tree | bfbe78c694bab9b048ca6b9e99425284ad8188e6 /include/resolv.h | |
parent | 90ca90c53d4364ebefeb54a99deb4c7890d84488 (diff) |
- whitespace cleanup; no obj-code changes
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index ee204dbe3..fc2fa9b99 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -115,7 +115,7 @@ typedef res_sendhookact (*res_send_rhook) (const struct sockaddr_in *ns, */ struct __res_state { #ifdef __UCLIBC_HAS_COMPAT_RES_STATE__ - int retrans; /* retransmission time interval */ + int retrans; /* retransmission time interval */ int retry; /* number of times to retransmit */ #endif u_int32_t options; /* (was: ulong) option flags - see below. */ |