aboutsummaryrefslogtreecommitdiff
path: root/games/grdc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-01 11:31:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-01 11:31:56 +0000
commitfafd0d1b3900c6a1b6aacd63c324e280bcd994b1 (patch)
tree0c617dfc9fd42a1172fd10eac00fda5b163302f0 /games/grdc
parent6c0c9b8c37d4775c354ded4d8e6af10076611e10 (diff)
downloadsrc-fafd0d1b3900c6a1b6aacd63c324e280bcd994b1.tar.gz
src-fafd0d1b3900c6a1b6aacd63c324e280bcd994b1.zip
Remove so-called revoke, this game not installed sguid
Notes
Notes: svn path=/head/; revision=29015
Diffstat (limited to 'games/grdc')
-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 6e7b0d1226dd..ebb3293b51f7 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);