nixpkgs/pkgs/applications/misc/procmail
Sergei Trofimovich f61fe0514a procmail: fix clang-16 build
Without the change `procmail` build fails as:

    cc -O _autotst.c -o _autotst -lm
    _autotst.c:1:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
    main()
    ^
    int
    1 error generated.
2024-02-05 10:43:33 +00:00
..
default.nix procmail: fix clang-16 build 2024-02-05 10:43:33 +00:00