[BACK]Return to resolv.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/resolv.h between version 1.27 and 1.28

version 1.27, 2004/06/04 09:54:03 version 1.28, 2004/06/09 18:04:05
Line 180  struct __res_state {
Line 180  struct __res_state {
                 struct in_addr  addr;                  struct in_addr  addr;
                 u_int32_t       mask;                  u_int32_t       mask;
         } sort_list[MAXRESOLVSORT];          } sort_list[MAXRESOLVSORT];
   #ifdef __OLD_RES_STATE
           char lookups[4];
   #else
         res_send_qhook qhook;           /* query hook */          res_send_qhook qhook;           /* query hook */
         res_send_rhook rhook;           /* response hook */          res_send_rhook rhook;           /* response hook */
         int     res_h_errno;            /* last one set for this context */          int     res_h_errno;            /* last one set for this context */
Line 196  struct __res_state {
Line 199  struct __res_state {
                         struct __res_state_ext *ext;    /* extention for IPv6 */                          struct __res_state_ext *ext;    /* extention for IPv6 */
                 } _ext;                  } _ext;
         } _u;          } _u;
   #endif
 };  };
   
 typedef struct __res_state *res_state;  typedef struct __res_state *res_state;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>