summaryrefslogtreecommitdiffstats
path: root/games/grdc/grdc.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-09-01 11:31:56 +0000
committerache <ache@FreeBSD.org>1997-09-01 11:31:56 +0000
commit4010a61b30847a4c329b175b885aff0b1b5db2cb (patch)
tree965259be1912045cf08d7203e71a9d89a9ad58c9 /games/grdc/grdc.c
parent29f93ed7dff35af93aaf7cb38450bf9d843b6db9 (diff)
downloadFreeBSD-src-4010a61b30847a4c329b175b885aff0b1b5db2cb.zip
FreeBSD-src-4010a61b30847a4c329b175b885aff0b1b5db2cb.tar.gz
Remove so-called revoke, this game not installed sguid
Diffstat (limited to 'games/grdc/grdc.c')
-rw-r--r--games/grdc/grdc.c4
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);
OpenPOWER on IntegriCloud