]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DAFS: variable declarations in C must be a top of block
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 12 Jul 2010 18:42:12 +0000 (14:42 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 13 Jul 2010 13:44:42 +0000 (06:44 -0700)
commit191dbb439d4b54d485a50c2670daaaacab5b2369
treeb048f54996ba24f05a874f5c205a5f0b1eb60b29
parent2cab6a75207d67e2fbbbf4418f46bf46277e3825
DAFS: variable declarations in C must be a top of block

Two instances of variable declarations not being present
at the top of a code block in src/vol/volume.c when building
with AFS_DEMAND_ATTACH_FS.  Fix them.

Change-Id: Ic6b9c5a6bbbd8355a144fea38a6ca1dd2a2c747d
Reviewed-on: http://gerrit.openafs.org/2388
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/vol/volume.c