Changeset 60ab6c3 in mainline for uspace/srv/net/tl/icmp/icmp_client.c
- Timestamp:
- 2010-03-10T05:46:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5782081
- Parents:
- 71b00dcc (diff), b48ebd19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp_client.c
r71b00dcc r60ab6c3 37 37 38 38 #include <errno.h> 39 //#include <stdio.h> 39 40 #ifdef CONFIG_DEBUG 41 #include <stdio.h> 42 #endif 40 43 41 44 #include <sys/types.h> … … 70 73 } 71 74 // remove debug dump 72 // printf("ICMP error %d (%d) in packet %d\n", header->type, header->code, packet_get_id(packet)); 75 #ifdef CONFIG_DEBUG 76 printf("ICMP error %d (%d) in packet %d\n", header->type, header->code, packet_get_id(packet)); 77 #endif 73 78 return sizeof(icmp_header_t); 74 79 }
Note:
See TracChangeset
for help on using the changeset viewer.