“fdc9b53201aca9211a515aaa6df9e458783de756”上不存在“drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c”
Fix build for SystemTap 1.0
With SystemTap 1.0 a part of the generated macros in probes.h expands to: volatile __typeof__(((name))) arg2 = (name); GCC reports an 'invalid initialize' error when name has type char[]. Therfore, add casts to char* to avoid this.
Showing
想要评论请 注册 或 登录