Changes in uspace/app/netecho/netecho.c [a62ceaf:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
ra62ceaf rb7fd2a0 75 75 char cbuf[STR_BOUNDS(1)]; 76 76 size_t offs; 77 int rc;77 errno_t rc; 78 78 79 79 offs = 0; … … 137 137 static void netecho_send_messages(char **msgs) 138 138 { 139 int rc;139 errno_t rc; 140 140 141 141 while (*msgs != NULL) { … … 154 154 char *port; 155 155 char **msgs; 156 int rc;156 errno_t rc; 157 157 158 158 if (argc < 2) {
Note:
See TracChangeset
for help on using the changeset viewer.