Make bash-2.05b build with minimal changes.

This is really neat. :^)
This commit is contained in:
Andreas Kling 2018-11-17 00:11:08 +01:00
commit 9d05f6b7a7
Notes: sideshowbarker 2024-07-19 16:10:03 +09:00
35 changed files with 326 additions and 176 deletions

View file

@ -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;