diff options
Diffstat (limited to 'games/ppt/ppt.c')
-rw-r--r-- | games/ppt/ppt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index c86c1dc080b..3bb88b99937 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -58,6 +58,8 @@ main(argc, argv) register int c; register char *p; + setgid(getgid()); + (void) puts("___________"); if (argc > 1) while (p = *++argv) |