Merged
Conversation
Member
Author
|
A first step towards porting to libtirpc. This is entirely untested and just compiles. But if someone has time to test and help out that would be appreciated. |
Member
Author
|
This seems to work now. So if someone else could test then that would be helpful. |
|
chirp chirp |
The old stuff has been removed from glibc so we need to start relying on an independent RPC library. This also converts everything to IPv6, as that is required by libtirpc. Fixes from Martin Škoudlil <skoudmar@fel.cvut.cz>
There are a lot of things that can go wrong, so let's try to be more clear about what we don't like in the exports file.
Otherwise we'll just get a confusing "bad file descriptor" when we try to call bind().
skoudmar
reviewed
Jan 29, 2022
Closed
Fixes from Martin Škoudlil <skoudmar@fel.cvut.cz>
Use the current service creation and registering routines instead of relying on the legacy support.
Based on patch by Martin Škoudlil <skoudmar@fel.cvut.cz>.
Member
Author
|
Should be all done now. An extra thanks to @skoudmar for testing and providing extra fixes! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The old stuff has been removed from glibc so we need to start relying on an independent RPC library.
This also converts everything to IPv6, as that is required by libtirpc.
Fixes #13.