diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-13 21:03:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-13 21:03:02 +0000 |
commit | d7e61c508b5fe1933884d31b91b26e2fe81202cb (patch) | |
tree | 89ef3e4dd35809718b5f88f1f08694b47dcc10b5 /init/ChangeLog | |
parent | a01fd6ec57dfc18feacfc02e2a5d90531a194cf8 (diff) |
.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index f6b40a69..2330af66 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,21 @@ +1999-06-13 Roland McGrath <roland@baalperazim.frob.com> + + * ttys.c (struct terminal): Use `pid_t' for `pid' member. + (ttys, nttys, ttyslen): Make variables static. + (setup_terminal, add_terminal, find_line, startup_terminal, + shutdown_terminal): Make all these functions static. + + Move all the /etc/ttys handling stuff into a separate source file. + * init.c (_PATH_LOGIN, WINDOW_DELAY, struct terminal, + nttys, ttyslen, setup_terminal, add_terminal, + init_ttys, free_ttys, startup_terminal, startup_ttys, + find_line, restart_terminal, shutdown_terminal, reread_ttys): Move to + * ttys.c: ... here, new file. + * ttys.h: New file, declare external functions in ttys.c. + * Makefile (SRCS): Add ttys.c. + (OBJS): Derive from $(SRCS). + (LCLHDRS): New variable, add ttys.h. + 1999-06-05 Roland McGrath <roland@baalperazim.frob.com> * init.c (request_dead_name): New function. |