Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes from openSUSE #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

posophe
Copy link

@posophe posophe commented Sep 19, 2015

Fix the license GPL-2.0 file and some missing includes

In some build systems like in OBS, using functions without these headers generate an issue about implicit missing headers
@@ -1436,7 +1436,7 @@ static int sock_set_blocking ( int sock )
}


void sock_close ( int sock )
static sock_close ( int sock );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the point of removal sock_close function body?

@tomatolog
Copy link
Contributor

seems unclear what this request should fix?
What is your OS version, compilator, build env?
What errors do you have?

@posophe
Copy link
Author

posophe commented Sep 20, 2015

I picked it up from Fedora. It fixes a build warning with gcc47+

@tomatolog
Copy link
Contributor

Could you provide your OS version?
Could you provide build warning?
What commit fix build warning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants