diff options
Diffstat (limited to 'games/bcd/bcd.c')
-rw-r--r-- | games/bcd/bcd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/bcd/bcd.c b/games/bcd/bcd.c index 056d238..04ccccc 100644 --- a/games/bcd/bcd.c +++ b/games/bcd/bcd.c @@ -129,9 +129,6 @@ main(int argc, char **argv) { char cardline[80]; - /* revoke setgid privileges */ - setgid(getgid()); - /* * The original bcd prompts with a "%" when reading from stdin, * but this seems kind of silly. So this one doesn't. |