diff options
| author | Thomas Bushnell <thomas@gnu.org> | 1997-04-09 18:09:14 +0000 |
|---|---|---|
| committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-09 18:09:14 +0000 |
| commit | 234a828078cd55af65a55d410aa9b5f35b6506f9 (patch) | |
| tree | dda9174fa1b5087e2f6585f80075530ac2f433ff /serverboot/ChangeLog | |
| parent | fd925dedd58c3e2e5b4943d94475e68eddb3ccf6 (diff) | |
Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* default_pager.c (default_pager_default_thread): New function.
Delete old variable with this name, it was never used.
(default_pager): Fork default_pager_default_thread instead of
doing it here to avoid the possibility that we are on a tiny
stack. Current thread dies.
Diffstat (limited to 'serverboot/ChangeLog')
| -rw-r--r-- | serverboot/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 4d589510..ccfccbe2 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,6 +1,7 @@ Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c (default_pager_default_thread): New function. + Delete old variable with this name, it was never used. (default_pager): Fork default_pager_default_thread instead of doing it here to avoid the possibility that we are on a tiny stack. Current thread dies. |
