]> xenbits.xensource.com Git - libvirt.git/commit
util: don't shadow global umask declaration
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 3 Sep 2014 13:39:15 +0000 (15:39 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 3 Sep 2014 13:39:15 +0000 (15:39 +0200)
commite9f6937454d705deb0ed276d7194dcf12987c2a7
treeb1a836d3b1cd2a3dd5b6d63070acc3946077c0b4
parent760cf5d30e44803268a7103175056a3203d52527
util: don't shadow global umask declaration

Commit 0e1a1a8c introduced umask for virCommand, but the variables
used emit a warning on older compilers about shadowed global
declaration.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/vircommand.c