Changeset 2721a75 in mainline for uspace/lib/c


Ignore:
Timestamp:
2010-04-09T16:29:07Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ef0fc3
Parents:
ddfcfeb2
Message:

ping overhaul:

  • coding style
  • shorter and better readable main()
  • tool output is much similar to GNU's ping, demonstrating what functionality is still missing

related changes:

  • rename strerror.h → str_error.h for consistency
  • replace network apps' specific command-line parsing functions with a generalized libc versions
Location:
uspace/lib/c
Files:
2 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rddfcfeb2 r2721a75  
    6161        generic/mem.c \
    6262        generic/str.c \
     63        generic/str_error.c \
    6364        generic/fibril.c \
    6465        generic/fibril_synch.c \
     
    9495        generic/vfs/canonify.c \
    9596        generic/stacktrace.c \
    96         generic/strerror.c
     97        generic/arg_parse.c
    9798
    9899SOURCES = \
  • uspace/lib/c/generic/str_error.c

    rddfcfeb2 r2721a75  
    3333 */
    3434
    35 #include <strerror.h>
     35#include <str_error.h>
    3636#include <stdio.h>
    3737#include <fibril.h>
Note: See TracChangeset for help on using the changeset viewer.