zap trailing whitespace
This commit is contained in:
parent
df21ad3c47
commit
c6dfd6da0e
17 changed files with 54 additions and 54 deletions
|
@ -796,7 +796,7 @@ void
|
|||
xf86DropPriv(void)
|
||||
{
|
||||
struct passwd *pw;
|
||||
|
||||
|
||||
/* revoke privileges */
|
||||
if (getuid() == 0) {
|
||||
/* Running as root */
|
||||
|
@ -807,7 +807,7 @@ xf86DropPriv(void)
|
|||
if (ChownLock(pw->pw_uid, pw->pw_gid) == -1) {
|
||||
FatalError("Chown Lock");
|
||||
}
|
||||
|
||||
|
||||
/* Start privileged child */
|
||||
if (priv_init(pw->pw_uid, pw->pw_gid) == -1) {
|
||||
FatalError("priv_init");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue