/[gxemul]/trunk/src/net/net.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/net/net.c

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

revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: net.c,v 1.7 2006/12/30 13:31:02 debug Exp $   *  $Id: net.c,v 1.8 2007/03/24 06:40:16 debug Exp $
29   *   *
30   *  Emulated network.   *  Emulated network.
31   *   *
# Line 101  struct ethernet_packet_link *net_allocat Line 101  struct ethernet_packet_link *net_allocat
101  fail:  fail:
102          fprintf(stderr, "net_allocate_ethernet_packet_link(): out of memory\n");          fprintf(stderr, "net_allocate_ethernet_packet_link(): out of memory\n");
103          exit(1);          exit(1);
104    
105            /*  Gets rid of a compiler warning:  */
106            return NULL;
107  }  }
108    
109    

Legend:
Removed from v.34  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26