Changeset c51fa73 in mainline for uspace/app/netecho/netecho.c


Ignore:
Timestamp:
2010-04-06T11:32:03Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9c0c90
Parents:
a397f1d
Message:

down print the banner

File:
1 edited

Legend:

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

    ra397f1d rc51fa73  
    127127        size_t reply_length;
    128128        int value;
    129 
    130         // print the program label
    131         printf("Task %d - ", task_get_id());
    132         printf("%s\n", NAME);
    133129
    134130        // parse the command line arguments
Note: See TracChangeset for help on using the changeset viewer.