summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2009-02-26 21:17:58 +0000
committerRoland McGrath <roland@gnu.org>2009-02-26 21:17:58 +0000
commit682825ce00c6d6e05dc56598a7adbf212f98086c (patch)
tree98f1cf3ea7ef33885b8f947b945a3741ff1848ba
parented8d4fa9ac25da4ad6cfccd3624ed9d838e67551 (diff)
* shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
avoids unused warning.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19019da148..22a14f146e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-26 Roland McGrath <roland@redhat.com>
+
+ * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
+ avoids unused warning.
+
2009-02-26 Andrew Stubbs <ams@codesourcery.com>
SUGIOKA Toshinobu <sugioka@itonet.co.jp>