ports/sysutils/busybox/files/patch-libbb_pw__encrypt.c
Fernando Apesteguía 48f13d913e sysutils/busybox: update to 1.30.1
* Hand maintainership over to samm@os2.kiev.ua
* The port needs to be built with GCC on i386

PR:     238915
Submitted by:   samm@os2.kiev.ua
2019-07-16 15:18:06 +00:00

11 lines
280 B
C

--- libbb/pw_encrypt.c.orig 2018-12-05 14:44:34 UTC
+++ libbb/pw_encrypt.c
@@ -6,7 +6,7 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
-#include <crypt.h>
+#include <unistd.h>
#include "libbb.h"
/* static const uint8_t ascii64[] ALIGN1 =