Kernel - PMM Statistics prototype in hal_proc.h
[tpg/acess2.git] / KernelLand / Modules / IPStack / adapters.c
index 8289455..ab054ba 100644 (file)
@@ -119,7 +119,7 @@ void *IPStack_Adapter_AddVFS(const char *Path)
        // Get MAC Address
        VFS_IOCtl(fd, NET_IOCTL_GETMAC, mac);
 
-       return IPStack_Adapter_Add(NULL, (void*)fd, mac);
+       return IPStack_Adapter_Add(NULL, (void*)(tVAddr)fd, mac);
 }
 
 void IPStack_Adapter_Del(void *Handle)

UCC git Repository :: git.ucc.asn.au