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

[host][linux]: fix utmp size on linux/arm64 #1603

Merged
merged 3 commits into from
Mar 4, 2024

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    d86a995 View commit details
    Browse the repository at this point in the history
  2. [host][linux]: change Line/User/Host to int8 on utmp

    Generated code is uint8 on arm64. However, it is not same as other archtectures.
    This commit changes by hand.
    shirou committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cfb7a5d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    cbefbb0 View commit details
    Browse the repository at this point in the history