utimens: fix compilation error
authorEric Blake <ebb9@byu.net>
Mon, 30 Nov 2009 13:45:42 +0000 (06:45 -0700)
committerEric Blake <ebb9@byu.net>
Mon, 30 Nov 2009 13:48:32 +0000 (06:48 -0700)
commit52f2ca7c62445ecc1dadbba8a709421e0290f7d2
treebabd170a6fea3a522c21afdda38be741e77855e8
parentacf2fa819ee5f1c5acb832dd4b9ebe52a3985699
utimens: fix compilation error

Fixes a regression from 2009-11-25.

* lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
Declare variable at right scope.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/utimens.c