diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index ebefe3c85..ae6191c18 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -3,6 +3,12 @@ * telnetd/sys_term.c: clean_ttyname might be unused, mark it so with __attribute__ +2005-04-06 Love Hörnquist Åstrand + + * telnetd/sys_term.c: use NULL as last argument to execl, not 0 + + * telnet/commands.c: use NULL as last argument to execl, not 0 + 2005-03-29 Love Hörnquist Åstrand * telnet/telnet.c: From FreeBSD: