From: nekral-guest Date: Sat, 6 Sep 2008 16:43:21 +0000 (+0000) Subject: * libmisc/tz.c: tz() is only used when USE_PAM is not defined. X-Git-Tag: 4.1.3~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbae92e76f45442f5b4326e3b3f478faf01530b5;p=shadow * 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. --- diff --git a/ChangeLog b/ChangeLog index 83e6335b..3e402217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-06 Nicolas François + + * 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 * src/groupmems.c: Call open_files() and close_files().