Diff for /embedaddon/libnet/sample/arp.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 31 Line 31
  */   */
   
 #if (HAVE_CONFIG_H)  #if (HAVE_CONFIG_H)
 #if ((_WIN32) && !(__CYGWIN__))   
 #include "../include/win32/config.h"  
 #else  
 #include "../include/config.h"  #include "../include/config.h"
 #endif  #endif
 #endif  
 #include "./libnet_test.h"  #include "./libnet_test.h"
   
 int  int
Line 133  bad: Line 129  bad:
     return (EXIT_FAILURE);      return (EXIT_FAILURE);
 }  }
   
 /* EOF */  

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


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