From 0337663160e0b6276e9e8550d36cbd5593e7d2cd Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Sun, 22 Aug 1999 22:32:41 +0000 Subject: [PATCH] Make a comment I added a bit nicer. --- bin/test/test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/test/test.c b/bin/test/test.c index e44f94bd28e..a6aa4f11f6b 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: test.c,v 1.24 1999/08/18 00:18:52 green Exp $"; + "$Id: test.c,v 1.25 1999/08/20 16:19:26 green Exp $"; #endif /* not lint */ #include @@ -172,7 +172,8 @@ main(argc, argv) /* * We need to set our real user and group so that when we call - * access(2), it won't possibly return incorrect results. + * access(2), it actually reflects our effective credentials, + * not the real credentials it wants to use. */ (void)setgid(getegid()); (void)setuid(geteuid());