Skip to content
Snippets Groups Projects
Commit 9b0d6c6d authored by hoelscher's avatar hoelscher
Browse files

merge conflicts in symbols_linux

parents 8b9cd19a c74dc836
No related branches found
No related tags found
No related merge requests found
...@@ -2971,7 +2971,7 @@ sctp_assocparams ...@@ -2971,7 +2971,7 @@ sctp_assocparams
$$->value.sctp_assocparams->sasoc_peer_rwnd = $6; $$->value.sctp_assocparams->sasoc_peer_rwnd = $6;
$$->value.sctp_assocparams->sasoc_local_rwnd = $8; $$->value.sctp_assocparams->sasoc_local_rwnd = $8;
$$->value.sctp_assocparams->sasoc_cookie_life = $10; $$->value.sctp_assocparams->sasoc_cookie_life = $10;
#elif #else
$$ = NULL; $$ = NULL;
#endif #endif
} }
...@@ -3007,7 +3007,7 @@ sctp_event ...@@ -3007,7 +3007,7 @@ sctp_event
$$->value.sctp_event = calloc(1, sizeof(struct sctp_event_expr)); $$->value.sctp_event = calloc(1, sizeof(struct sctp_event_expr));
$$->value.sctp_event->se_type = $2; $$->value.sctp_event->se_type = $2;
$$->value.sctp_event->se_on = $4; $$->value.sctp_event->se_on = $4;
#elif #else
$$ = NULL; $$ = NULL;
#endif #endif
} }
...@@ -3080,7 +3080,7 @@ sctp_setadaptation ...@@ -3080,7 +3080,7 @@ sctp_setadaptation
semantic_error("ssb_adaptation_ind out of range"); semantic_error("ssb_adaptation_ind out of range");
} }
$$->value.sctp_setadaptation->ssb_adaptation_ind = new_integer_expression($4, "%u"); $$->value.sctp_setadaptation->ssb_adaptation_ind = new_integer_expression($4, "%u");
#elif #else
$$ = NULL; $$ = NULL;
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment