Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/netecho/netecho.c

    ra62ceaf rb7fd2a0  
    7575        char cbuf[STR_BOUNDS(1)];
    7676        size_t offs;
    77         int rc;
     77        errno_t rc;
    7878
    7979        offs = 0;
     
    137137static void netecho_send_messages(char **msgs)
    138138{
    139         int rc;
     139        errno_t rc;
    140140
    141141        while (*msgs != NULL) {
     
    154154        char *port;
    155155        char **msgs;
    156         int rc;
     156        errno_t rc;
    157157
    158158        if (argc < 2) {
Note: See TracChangeset for help on using the changeset viewer.