diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T15·45+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-02T15·45+0000 |
commit | 536595b072e73f72c421400c35d09089e7d54ca4 (patch) | |
tree | da17bf21c7d101ca5d4a1ff30bb236d920807b25 /src/libutil/util.hh | |
parent | 9c9cdb06d095ea91e10be8dae3a85f06a99c51bf (diff) |
* Remove most of the old setuid code.
* Much simpler setuid code for the worker in slave mode.
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r-- | src/libutil/util.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh index d1fb5b6e24f8..d49067dfe2c7 100644 --- a/src/libutil/util.hh +++ b/src/libutil/util.hh @@ -249,10 +249,6 @@ string int2String(int n); bool string2Int(const string & s, int & n); -/* Setuid support. */ -void switchToNixUser(); - - } |