Diff for /embedaddon/libnet/sample/get_addr.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 11:54:41 version 1.1.1.3, 2023/09/27 11:11:38
Line 30 Line 30
  *   *
  */   */
   
 #if (HAVE_CONFIG_H)  
 #include "../include/config.h"  
 #endif  
 #include "./libnet_test.h"  #include "./libnet_test.h"
 #ifdef __WIN32__  
 #include "../include/win32/getopt.h"  
 #endif  
   
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])
Line 109  main(int argc, char *argv[]) Line 103  main(int argc, char *argv[])
     exit(EXIT_SUCCESS);      exit(EXIT_SUCCESS);
 }  }
   
 /* EOF */  

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>