diff options
author | ache <ache@FreeBSD.org> | 1997-09-01 11:31:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-01 11:31:56 +0000 |
commit | 4010a61b30847a4c329b175b885aff0b1b5db2cb (patch) | |
tree | 965259be1912045cf08d7203e71a9d89a9ad58c9 /games/grdc | |
parent | 29f93ed7dff35af93aaf7cb38450bf9d843b6db9 (diff) | |
download | FreeBSD-src-4010a61b30847a4c329b175b885aff0b1b5db2cb.zip FreeBSD-src-4010a61b30847a4c329b175b885aff0b1b5db2cb.tar.gz |
Remove so-called revoke, this game not installed sguid
Diffstat (limited to 'games/grdc')
-rw-r--r-- | games/grdc/grdc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index 6e7b0d1..ebb3293 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -56,10 +56,6 @@ int n = 0; initscr(); - /* revoke privs */ - setegid(getgid()); - setgid(getgid()); - signal(SIGINT,sighndl); signal(SIGTERM,sighndl); signal(SIGHUP,sighndl); |