mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:28:11 +00:00
Make bash-2.05b build with minimal changes.
This is really neat. :^)
This commit is contained in:
parent
2cf477a151
commit
9d05f6b7a7
35 changed files with 326 additions and 176 deletions
|
@ -15,8 +15,8 @@ const KSym* ksymbolicate(dword address) PURE;
|
|||
struct system_t
|
||||
{
|
||||
time_t uptime;
|
||||
DWORD nprocess;
|
||||
DWORD nblocked;
|
||||
dword nprocess;
|
||||
dword nblocked;
|
||||
};
|
||||
|
||||
extern system_t system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue