X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FIPStack%2Finclude%2Fadapters_int.h;h=f4f3c4384a064bd74b4cc63641a4c6ce6f5b9cf8;hb=e47f509e07718893b837826f981085829cf16c84;hp=c474818a0409eeeba90292c2242f59245b4e7689;hpb=385aa5c4b5e509d298b3341dcd27ca26c3ce2358;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/include/adapters_int.h b/KernelLand/Modules/IPStack/include/adapters_int.h index c474818a..f4f3c438 100644 --- a/KernelLand/Modules/IPStack/include/adapters_int.h +++ b/KernelLand/Modules/IPStack/include/adapters_int.h @@ -23,7 +23,7 @@ struct sAdapter tVFS_Node Node; - char HWAddr[]; + Uint8 HWAddr[]; }; extern void Adapter_SendPacket(tAdapter *Handle, tIPStackBuffer *Buffer);