[BACK]Return to dig.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / dig

Diff for /src/usr.bin/dig/dig.c between version 1.6 and 1.7

version 1.6, 2020/02/13 10:40:24 version 1.7, 2020/02/13 16:55:20
Line 48 
Line 48 
                 isc_buffer_putstr(b, s);                \                  isc_buffer_putstr(b, s);                \
 }  }
   
 #ifndef DNS_NAME_INITABSOLUTE  
 #define DNS_NAME_INITABSOLUTE(A,B) { \  
         DNS_NAME_MAGIC, \  
         A, sizeof(A), sizeof(B), \  
         DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \  
         B, NULL, { (void *)-1, (void *)-1}, \  
         {NULL, NULL} \  
 }  
 #endif  
   
 dig_lookup_t *default_lookup = NULL;  dig_lookup_t *default_lookup = NULL;
   
 static char *batchname = NULL;  static char *batchname = NULL;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7