Changeset 46577995 in mainline for uspace/app/netecho/netecho.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/app/netecho/netecho.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/netecho.c
rfacacc71 r46577995 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.
