* libmisc/tz.c: tz() is only used when USE_PAM is not defined.

* lib/prototypes.h: Indicate functions whose presence depends on
	the USE_PAM flag.
This commit is contained in:
nekral-guest 2008-09-06 16:43:21 +00:00
parent c89eb6d7eb
commit bbae92e76f

View File

@ -1,3 +1,9 @@
2008-09-06 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/tz.c: tz() is only used when USE_PAM is not defined.
* lib/prototypes.h: Indicate functions whose presence depends on
the USE_PAM flag.
2008-09-06 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: Call open_files() and close_files().