commit 081ff5fa83cf146aac8801f90c80ca9ee5729e6a Author: Nick Mathewson nickm@torproject.org Date: Wed May 14 22:55:02 2014 -0400
whitespace fix, more --- src/common/compat.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/common/compat.c b/src/common/compat.c index b95609a..111070c 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1802,7 +1802,6 @@ tor_getpwuid(uid_t uid) } #endif
- /** Call setuid and setgid to run as <b>user</b> and switch to their * primary group. Return 0 on success. On failure, log and return -1. */
tor-commits@lists.torproject.org