summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-19 19:43:44 +0000
committerRoland McGrath <roland@gnu.org>1999-09-19 19:43:44 +0000
commit082e3a3ef4d84f84a500405b4b6a143c7d477223 (patch)
tree931fbdc1b5313db76595619fc5c723689a29b786 /daemons
parentc66d12ea3ff3cfc536620a6eb9d1b36ab3021b55 (diff)
.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index a5acc7b5..75b70742 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,7 +1,16 @@
+1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
+
+ * runttys.c (main): Only call error if setsid returns -1.
+ From Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
+
+1999-07-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * getty.c: Include <utmp.h> for login_tty decl.
+
1999-09-18 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
* runttys.c (run): Only call error if setsid returns -1.
- * console-run.c (open_console): Likewise.
+ * console-run.c (open_console): Likewise.
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>