login_prompt is the name of a function, use loginprompt for the internal variable.

This commit is contained in:
nekral-guest
2008-01-05 13:53:14 +00:00
parent 239b2d7bee
commit f11bbd3b70
2 changed files with 8 additions and 6 deletions

View File

@@ -21,6 +21,8 @@
OK as long as prototypes.h included this file.)
* src/nologin.c: Make a proper prototype for the main() function
declaration. (add void)
* src/login.c: login_prompt is the name of a function, use
loginprompt for the internal variable.
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>