Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
ncpfs
ncpfs.offsetof.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ncpfs.offsetof.patch of Package ncpfs
linux/stddef.h was included by accident. use private offsetof macro --- sutil/ncpm_common.h | 1 + 1 file changed, 1 insertion(+) Index: ncpfs-2.2.6/sutil/ncpm_common.h =================================================================== --- ncpfs-2.2.6.orig/sutil/ncpm_common.h +++ ncpfs-2.2.6/sutil/ncpm_common.h @@ -122,5 +122,6 @@ int proc_aftermount(const struct ncp_mou 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__ */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor