loginsh is a global variable, use newshell for the update_shell()'s parameter.

This commit is contained in:
nekral-guest
2008-01-05 13:54:39 +00:00
parent f11bbd3b70
commit bbb9470661
2 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
declaration. (add void)
* src/login.c: login_prompt is the name of a function, use
loginprompt for the internal variable.
* src/chsh.c: loginsh is a global variable, use newshell for the
update_shell()'s parameter.
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>