nixpkgs/pkgs/os-specific/darwin/apple-source-releases/system_cmds
Randy Eckenrode cd4ab1d9fd
darwin.system_cmds: fix build with clang 16
Clang 16 makes implicit declarations an error by default. The headers
are available, so include them.

`getline` was renamed to `get_line` to avoid a name clash. `util.h`
includes `stdio.h`, which defines `getline`.
2023-06-10 17:15:08 -04:00
..
default.nix darwin.system_cmds: fix build with clang 16 2023-06-10 17:15:08 -04:00
fix-implicit-declarations.patch darwin.system_cmds: fix build with clang 16 2023-06-10 17:15:08 -04:00