* Doh.
This commit is contained in:
parent
f4279bcde0
commit
9322b399f3
|
@ -207,6 +207,9 @@ static void initAndRun(int argc, char * * argv)
|
|||
}
|
||||
|
||||
|
||||
bool setuidMode = false;
|
||||
|
||||
|
||||
static void setuidInit()
|
||||
{
|
||||
/* Don't do anything if this is not a setuid binary. */
|
||||
|
|
|
@ -25,7 +25,7 @@ Path makeRootName(const Path & gcRoot, int & counter);
|
|||
void printGCWarning();
|
||||
|
||||
/* Whether we're running setuid. */
|
||||
bool setuidMode = false;
|
||||
extern bool setuidMode;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue