summaryrefslogtreecommitdiffstats
path: root/games/bcd/bcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/bcd/bcd.c')
-rw-r--r--games/bcd/bcd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c
index cb0b3f9..53765da 100644
--- a/games/bcd/bcd.c
+++ b/games/bcd/bcd.c
@@ -131,10 +131,6 @@ main(argc, argv)
* but this seems kind of silly. So this one doesn't.
*/
- /* revoke privs */
- setegid(getgid());
- setgid(getgid());
-
if (argc > 1) {
while (--argc)
printcard(*++argv);
OpenPOWER on IntegriCloud