nixpkgs/pkgs/development/libraries/apr-util/fix-libxcrypt-build.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
309 B
Diff
Raw Normal View History

2022-09-27 05:07:33 +03:00
diff --git a/crypto/apr_passwd.c b/crypto/apr_passwd.c
index c961de2..a397f27 100644
--- a/crypto/apr_passwd.c
+++ b/crypto/apr_passwd.c
@@ -24,9 +24,7 @@
#if APR_HAVE_STRING_H
#include <string.h>
#endif
-#if APR_HAVE_CRYPT_H
#include <crypt.h>
-#endif
#if APR_HAVE_UNISTD_H
#include <unistd.h>
#endif