/[lwip]/lwip/proj/minimal/mintapif.c
ViewVC logotype

Diff of /lwip/proj/minimal/mintapif.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by likewise, Sat Oct 19 12:59:35 2002 UTC revision 1.2 by jani, Wed Dec 18 12:49:01 2002 UTC
# Line 260  mintapif_input(struct netif *netif) Line 260  mintapif_input(struct netif *netif)
260    if(p != NULL) {    if(p != NULL) {
261    
262  #ifdef LINK_STATS  #ifdef LINK_STATS
263      stats.link.recv++;      lwip_stats.link.recv++;
264  #endif /* LINK_STATS */  #endif /* LINK_STATS */
265    
266      ethhdr = p->payload;      ethhdr = p->payload;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26