We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
one of the argument of bd_mark_unavailable in branch alloc and file buddy.c is useless and confused
bd_mark_unavailable
int bd_mark_unavailable(void *end, void *left)
the void *left is never used and seems it's ok to remove
void *left
The text was updated successfully, but these errors were encountered:
Merge pull request mit-pdos#8 from rui314/cat-fix
12c131d
cat should exit normally if reading from stdin
No branches or pull requests
one of the argument of
bd_mark_unavailable
in branch alloc and file buddy.c is useless and confusedthe
void *left
is never used and seems it's ok to removeThe text was updated successfully, but these errors were encountered: