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

Portabilityfixes #4

Merged
merged 4 commits into from
Jul 27, 2016
Merged

Portabilityfixes #4

merged 4 commits into from
Jul 27, 2016

Conversation

haraldg
Copy link
Collaborator

@haraldg haraldg commented Jul 25, 2016

This PR has a number of trivial fixes to make lcdproc compile for OpenWRT.

This file uses time_t and thus must include time.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
The old code didn't compile against musl libc (OpenWRT).

Compiletested on ARM.

Signed-off-by: Harald Geyer <harald@ccbib.org>
This driver uses flock(2) und thus must include sys/file.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
Looks like uint isn't supported by MUSL libc used by OpenWRT.

Signed-off-by: Harald Geyer <harald@ccbib.org>
@willfe willfe merged commit 80708be into lcdproc:master Jul 27, 2016
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.

None yet

2 participants