diff options
author | ache <ache@FreeBSD.org> | 1997-09-24 07:03:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-24 07:03:30 +0000 |
commit | ac34d7a57248486573bc587b412cba9fd24abc22 (patch) | |
tree | 329de157072b04c09e40f5b91bd315218a7ec3cf /games | |
parent | 141cdcdf1d1a3ee4490dfb4c7fa3c5a036cc0fc6 (diff) | |
download | FreeBSD-src-ac34d7a57248486573bc587b412cba9fd24abc22.zip FreeBSD-src-ac34d7a57248486573bc587b412cba9fd24abc22.tar.gz |
Put comment indicating revoke
Diffstat (limited to 'games')
-rw-r--r-- | games/trek/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/trek/main.c b/games/trek/main.c index f3f31f7..778ac76 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -161,6 +161,7 @@ char **argv; register char **av; struct sgttyb argp; + /* revoke */ setgid(getgid()); av = argv; |