From 8522624aad0bff66ad05d1a6f87acb420e1c0e3a Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 1 Sep 1997 11:40:18 +0000 Subject: Remove so-called revoke, this game never installed sguid --- games/random/random.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'games/random') 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) { -- cgit v1.1