diff options
author | ache <ache@FreeBSD.org> | 1997-09-01 11:40:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-01 11:40:18 +0000 |
commit | 8522624aad0bff66ad05d1a6f87acb420e1c0e3a (patch) | |
tree | e7691169d059cad2b2c12b3d07e1c0922b43ef2f /games/random | |
parent | 4010a61b30847a4c329b175b885aff0b1b5db2cb (diff) | |
download | FreeBSD-src-8522624aad0bff66ad05d1a6f87acb420e1c0e3a.zip FreeBSD-src-8522624aad0bff66ad05d1a6f87acb420e1c0e3a.tar.gz |
Remove so-called revoke, this game never installed sguid
Diffstat (limited to 'games/random')
-rw-r--r-- | games/random/random.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/random/random.c b/games/random/random.c index 94c75f7..076990b 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -66,10 +66,6 @@ main(argc, argv) int ch, random_exit, selected, unbuffer_output; char *ep; - /* revoke */ - setegid(getgid()); - setgid(getgid()); - random_exit = unbuffer_output = 0; while ((ch = getopt(argc, argv, "er")) != EOF) switch (ch) { |