Changeset 2721a75 in mainline for uspace/lib/c/Makefile


Ignore:
Timestamp:
2010-04-09T16:29:07Z (14 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
File:
1 edited

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 = \
Note: See TracChangeset for help on using the changeset viewer.