Handle crypt.h
crypt()
lives in <unistd.h>
on FreeBSD. The Linux manpages suggest it does, too (so we could drop the whole <crypt.h>
).
- This makes !7 (closed) unnecessary: the code compiles on FreeBSD again.
- Also reported as https://phabricator.kde.org/D29847 independently