diff options
author | ache <ache@FreeBSD.org> | 1997-09-01 11:22:08 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-01 11:22:08 +0000 |
commit | a537a208195df9d2d8849a04edf649c41b172c2a (patch) | |
tree | 3e1f97832705df1281c75ad9a1b32e41854bc2dd /games/bs | |
parent | a5d0d0dc366585bf544d5db6b434a2b7d4602812 (diff) | |
download | FreeBSD-src-a537a208195df9d2d8849a04edf649c41b172c2a.zip FreeBSD-src-a537a208195df9d2d8849a04edf649c41b172c2a.tar.gz |
Remove so-called revoke, this game not installed sguid
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/bs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c index 887eb2a..f28d4c7 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -1202,10 +1202,6 @@ main(argc, argv) int argc; char *argv[]; { - /* revoke privs */ - setegid(getgid()); - setgid(getgid()); - do_options(argc, argv); intro(); |