Changes in uspace/app/nic/nic.c [8d2dd7f2:18902ca6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nic/nic.c
r8d2dd7f2 r18902ca6 120 120 if (sess == NULL) { 121 121 printf("Error connecting to service.\n"); 122 rc = EIO; 122 123 goto error; 123 124 } … … 209 210 } 210 211 211 static const char *nic_multicast_mode_str(nic_ unicast_mode_t mode)212 static const char *nic_multicast_mode_str(nic_multicast_mode_t mode) 212 213 { 213 214 switch (mode) { … … 220 221 } 221 222 222 static const char *nic_broadcast_mode_str(nic_ unicast_mode_t mode)223 static const char *nic_broadcast_mode_str(nic_broadcast_mode_t mode) 223 224 { 224 225 switch (mode) {
Note:
See TracChangeset
for help on using the changeset viewer.