summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-08-22 22:32:41 +0000
committergreen <green@FreeBSD.org>1999-08-22 22:32:41 +0000
commit7b8ec143791be48002cebf98661ceed23f2e3a98 (patch)
treefb24f4052659a84d095d4b23c6000b2eccfb0564 /bin/test
parent8e9b03f02f3c9ae8a7d3cd150ec89c00edc3ca1b (diff)
downloadFreeBSD-src-7b8ec143791be48002cebf98661ceed23f2e3a98.zip
FreeBSD-src-7b8ec143791be48002cebf98661ceed23f2e3a98.tar.gz
Make a comment I added a bit nicer.
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index e44f94b..a6aa4f1 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 <sys/types.h>
@@ -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());
OpenPOWER on IntegriCloud