* lib/nscd.c, lib/nscd.h: Set the service parameter of

nscd_flush_cache() to const. This avoids a lot of warnings.
* lib/nscd.c: Include "nscd.h" to avoid inconsistent prototypes.
This commit is contained in:
nekral-guest
2008-01-06 13:57:17 +00:00
parent ee268550d9
commit 39c9007f67
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* lib/nscd.c, lib/nscd.h: Set the service parameter of
nscd_flush_cache() to const. This avoids a lot of warnings.
* lib/nscd.c: Include "nscd.h" to avoid inconsistent prototypes.
2008-01-06 Nicolas François <nicolas.francois@centraliens.net>
* lib/encrypt.c: Set the method string as a constant string.