Changeset f8dbc12 in mainline for uspace/app/inet/inet.c


Ignore:
Timestamp:
2012-05-13T09:43:43Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf9e6fc
Parents:
4e7637a
Message:

Add headers to inet listings.

File:
1 edited

Legend:

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

    r4e7637a rf8dbc12  
    345345
    346346        printf("Configured addresses:\n");
    347 
     347        if (count > 0)
     348                printf("    [Addr/Width] [Link-Name] [Addr-Name] [Def-MTU]\n");
    348349        ainfo.name = linfo.name = astr = NULL;
    349350
     
    415416
    416417        printf("Static routes:\n");
     418        if (count > 0)
     419                printf("    [Dest/Width] [Router-Addr] [Route-Name]\n");
    417420
    418421        srinfo.name = dest_str = router_str = NULL;
Note: See TracChangeset for help on using the changeset viewer.