Use unsigned char instead of u_char in base64.c. This is a mild
authortb <tb@openbsd.org>
Fri, 22 Oct 2021 09:49:26 +0000 (09:49 +0000)
committertb <tb@openbsd.org>
Fri, 22 Oct 2021 09:49:26 +0000 (09:49 +0000)
commitfcde551ee863782ec11f9b9f5115f8527cc7daa3
tree4c8adf3c24ea2a213c6fa2f2e1118848008d7c5e
parent4c5dc6452de28e4a95a5d6e9579e0c39ece81443
Use unsigned char instead of u_char in base64.c. This is a mild
portability annoyance since not all systems have u_char. Remove
the now unused includes sys/types.h and stdio.h.

u_char diff from Jonas Termansen

ok deraadt
lib/libc/net/base64.c