diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 03:23:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 03:23:43 +0000 |
commit | 343ea6b1101ee98b7e94f425f0fe373ce842cbf4 (patch) | |
tree | 984607982eeadd7b57a703fd2a945790fe1bed82 | |
parent | ca0f01b1715a3dcf2926eccebf8290822d1edd64 (diff) |
.
-rw-r--r-- | daemons/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index 34ace112..4ad0a5da 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,5 +1,8 @@ 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + * console-run.c (open_console): Move first setting of TERMINAL and + ARGZ_LEN outside of loop, quiets compiler warning. + * lmail.c: Add #include <sys/mman.h> for munmap decl. 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> |