diff options
Diffstat (limited to 'games/pom/pom.c')
-rw-r--r-- | games/pom/pom.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/pom/pom.c b/games/pom/pom.c index 156cd31..afc57cb 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -79,10 +79,6 @@ main() double days, today, tomorrow; int cnt; - /* revoke */ - setegid(getgid()); - setgid(getgid()); - (void) time(&tt); GMT = gmtime(&tt); days = (GMT->tm_yday + 1) + ((GMT->tm_hour + |