Commit a88d5fce authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN: Fix act2000 compile error

Don't know when that broke, but somebody seems to be using "msg" in another
context - since we don't need the union to be named at all, it's easy to
fix.
parent 13e895aa
......@@ -138,7 +138,7 @@ typedef struct actcapi_ncpd {
typedef struct actcapi_msg {
actcapi_msghdr hdr;
union msg {
union {
__u16 manuf_msg;
struct manufacturer_req_net {
__u16 manuf_msg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment