* src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
instead of K&R prototype. * src/login_nopam.c: Fix the prototypes of list_match(), user_match(), from_match(), string_match(). There were no parameters in the prototypes. * src/login_nopam.c: Fix the prototypes of the function parameter match_fn of list_match().
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
|
||||
instead of K&R prototype.
|
||||
* src/login_nopam.c: Fix the prototypes of list_match(),
|
||||
user_match(), from_match(), string_match(). There were no
|
||||
parameters in the prototypes.
|
||||
* src/login_nopam.c: Fix the prototypes of the function parameter
|
||||
match_fn of list_match().
|
||||
|
||||
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/copydir.c: Remove the src parameter of copy_special().
|
||||
|
||||
Reference in New Issue
Block a user