From 4010a61b30847a4c329b175b885aff0b1b5db2cb Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 1 Sep 1997 11:31:56 +0000 Subject: Remove so-called revoke, this game not installed sguid --- games/grdc/grdc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'games/grdc/grdc.c') 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); -- cgit v1.1