/[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 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2004-2006  Anders Gavare.  All rights reserved.   *  Copyright (C) 2004-2007  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: net.c,v 1.6 2006/09/05 06:58:29 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.32  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26