Changeset 1088 for Whitix/branches/keobject/devices/net/ne2k-pci.c
- Timestamp:
- 10/04/08 23:59:46 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/keobject/devices/net/ne2k-pci.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/keobject/devices/net/ne2k-pci.c
r957 r1088 94 94 /* Fill in the network device structure. */ 95 95 netDev->ops=&ne2kOps; 96 str cpy(netDev->name, "Ethernet");96 strncpy(netDev->name, "Ethernet", sizeof("Ethernet")); 97 97 ethDev=EthDeviceAlloc(netDev); 98 98