提交 37db55b7 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

linux/types.h: fix typo unchar

unsigned char should be called uchar and not unchar.

This fixes a build error in lib/crypto/x509_cert_parser.c.
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 2f028458
......@@ -85,7 +85,7 @@ typedef unsigned int u_int;
typedef unsigned long u_long;
/* sysv */
typedef unsigned char unchar;
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册