HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/busybox/files/patch-libbb_pw__encrypt.c
--- libbb/pw_encrypt.c.orig	2021-01-01 13:30:02 UTC
+++ libbb/pw_encrypt.c
@@ -7,7 +7,9 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 #if !ENABLE_USE_BB_CRYPT
+#ifndef __FreeBSD__
 #include <crypt.h>
+#endif
 #endif
 #include "libbb.h"