Apply patch: ncpfs.offsetof.patch
This commit is contained in:
@@ -122,5 +122,6 @@ int proc_aftermount(const struct ncp_mount_info* info, NWCONN_HANDLE* conn);
|
||||
int proc_ncpm_umount(const char* dir);
|
||||
|
||||
#define UNUSED(x) x __attribute__((unused))
|
||||
#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
|
||||
|
||||
#endif /* __NCPM_COMMON_H__ */
|
||||
|
||||
Reference in New Issue
Block a user