summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/bs/bs.c4
-rw-r--r--games/pom/pom.c4
2 files changed, 0 insertions, 8 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();
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 +
OpenPOWER on IntegriCloud