mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Snazz up the kprintf() output a bit by giving it its own color.
This commit is contained in:
parent
9886b27d9c
commit
dec5683e9c
10 changed files with 86 additions and 78 deletions
|
@ -25,6 +25,7 @@ void setpwent()
|
|||
} else {
|
||||
__pwdb_stream = fopen("/etc/passwd", "r");
|
||||
__pwdb_entry = (struct passwd_with_strings*)mmap(nullptr, getpagesize());
|
||||
set_mmap_name(__pwdb_entry, getpagesize(), "setpwent");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue