Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:telephony:asterisk
dahdi-tools
dahdi-tools-fix-members.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dahdi-tools-fix-members.diff of Package dahdi-tools
Index: b/xpp/mpptalk.c =================================================================== --- a/xpp/mpptalk.c +++ b/xpp/mpptalk.c @@ -237,7 +237,7 @@ union XTALK_PDATA(MPP) { MEMBER(MPP, TWS_PORT_GET_REPLY); MEMBER(MPP, TWS_PWR_GET); MEMBER(MPP, TWS_PWR_GET_REPLY); -} PACKED members; +} PACKED; /* * Statuses Index: b/xpp/xtalk/xtalk_raw.c =================================================================== --- a/xpp/xtalk/xtalk_raw.c +++ b/xpp/xtalk/xtalk_raw.c @@ -48,7 +48,7 @@ CMD_DEF(XTALK, ACK, union XTALK_PDATA(XTALK) { MEMBER(XTALK, ACK); -} PACKED members; +} PACKED; const struct xtalk_protocol xtalk_raw_proto = { .name = "XTALK-RAW", Index: b/xpp/xtalk/xtalk_sync.c =================================================================== --- a/xpp/xtalk/xtalk_sync.c +++ b/xpp/xtalk/xtalk_sync.c @@ -60,7 +60,7 @@ union XTALK_PDATA(XTALK) { MEMBER(XTALK, ACK); MEMBER(XTALK, PROTO_GET); MEMBER(XTALK, PROTO_GET_REPLY); -} PACKED members; +} PACKED; const struct xtalk_protocol xtalk_sync_proto = { .name = "XTALK-SYNC",
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