summaryrefslogtreecommitdiffstats
path: root/games/bcd
diff options
context:
space:
mode:
Diffstat (limited to 'games/bcd')
-rw-r--r--games/bcd/Makefile1
-rw-r--r--games/bcd/bcd.c4
2 files changed, 0 insertions, 5 deletions
diff --git a/games/bcd/Makefile b/games/bcd/Makefile
index 715ede1..2912fe6 100644
--- a/games/bcd/Makefile
+++ b/games/bcd/Makefile
@@ -3,7 +3,6 @@
PROG= bcd
MAN6= bcd.6
MLINKS= bcd.6 morse.6 bcd.6 ppt.6
-HIDEGAME=hidegame
.include <bsd.prog.mk>
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