[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.17 and 1.18

version 1.17, 2020/09/15 11:46:19 version 1.18, 2020/09/15 11:47:42
Line 169 
Line 169 
  * Callback from dighost.c to print the received message.   * Callback from dighost.c to print the received message.
  */   */
 static void  static void
 received(unsigned int bytes, isc_sockaddr_t *from, dig_query_t *query) {  received(unsigned int bytes, struct sockaddr_storage *from, dig_query_t *query) {
         time_t tnow;          time_t tnow;
         struct tm tmnow;          struct tm tmnow;
         char time_str[100];          char time_str[100];

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18