mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
* 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
11 lines
280 B
C
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 =
|