nixpkgs/pkgs/tools/networking/httping
Sergei Trofimovich 5775813f70 httping: pull upstream fix for darwin
Without the change build fails as:

    clang -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNC -DFW -D_DEBUG -ggdb   -c -o nc.o nc.c
    In file included from nc.c:22:
    ./utils.h:19:15: error: unknown type name 'useconds_t'
    void myusleep(useconds_t v);
                  ^
    make: *** [<builtin>: nc.o] Error 1

Closes: https://github.com/NixOS/nixpkgs/issues/202946
2022-11-26 10:59:10 +00:00
..
default.nix httping: pull upstream fix for darwin 2022-11-26 10:59:10 +00:00