diff options
author | ache <ache@FreeBSD.org> | 1997-09-01 11:53:14 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-01 11:53:14 +0000 |
commit | 3afe2b17e3ba52f1a766fd840f69e086b2cf003a (patch) | |
tree | a571f05d99aaa40008823bbcfecc60f52a77bf09 /games/bcd | |
parent | 8522624aad0bff66ad05d1a6f87acb420e1c0e3a (diff) | |
download | FreeBSD-src-3afe2b17e3ba52f1a766fd840f69e086b2cf003a.zip FreeBSD-src-3afe2b17e3ba52f1a766fd840f69e086b2cf003a.tar.gz |
Remove HIDEGAME and revoke, it is not a game to hide it
Diffstat (limited to 'games/bcd')
-rw-r--r-- | games/bcd/Makefile | 1 | ||||
-rw-r--r-- | games/bcd/bcd.c | 4 |
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); |