summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 03:23:43 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 03:23:43 +0000
commit343ea6b1101ee98b7e94f425f0fe373ce842cbf4 (patch)
tree984607982eeadd7b57a703fd2a945790fe1bed82 /daemons
parentca0f01b1715a3dcf2926eccebf8290822d1edd64 (diff)
.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ChangeLog3
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>