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

Fix mismatched iowrite* target size and some other compile errors #83

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

Conversation

whfuyn
Copy link

@whfuyn whfuyn commented Mar 9, 2023

  • Fix iowrite* in silly.c to match the target size.
  • Fix missing const qualifier in tiny_set_termios.
  • Try to fix some other compile errors caused by the tty driver API changes, but I'm not sure whether it has been done correctly.
  • sbull and snull are still not compiling. It seems that there are some significant changes that I haven't been able to figure out.

@whfuyn
Copy link
Author

whfuyn commented Mar 9, 2023

Close #81

@qodroi
Copy link

qodroi commented Apr 22, 2023

Consider maybe applying checks against the kernel version, just like I did in #84,
as many users I believe still have their kernel version under 6.1, etc, and we want to support them.

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