summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-05 17:31:23 +0000
committerache <ache@FreeBSD.org>1994-11-05 17:31:23 +0000
commit330d2baea15968357b4de6dd38aea347086e5234 (patch)
treecb8cfe4851d36103a66819140817ff61386cf6f1 /bin/test
parent63bfe9e23a77356b11d22a671e409970e1590552 (diff)
downloadFreeBSD-src-330d2baea15968357b4de6dd38aea347086e5234.zip
FreeBSD-src-330d2baea15968357b4de6dd38aea347086e5234.tar.gz
Cosmetique, missing tab/spaces after patch
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index 8fcea4a..3218a42 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: test.c,v 1.5 1994/11/05 17:07:14 ache Exp $
+ * $Id: test.c,v 1.6 1994/11/05 17:28:03 ache Exp $
*/
#ifndef lint
@@ -353,11 +353,11 @@ exist:
goto permission;
case ISEXEC:
if (geteuid() != 0) {
- i = S_IXOTH;
-permission: if (fs->stat.st_uid == geteuid())
- i <<= 6;
- else if (fs->stat.st_gid == getegid())
- i <<= 3;
+ i = S_IXOTH;
+permission: if (fs->stat.st_uid == geteuid())
+ i <<= 6;
+ else if (fs->stat.st_gid == getegid())
+ i <<= 3;
} else
i = S_IXOTH|S_IXGRP|S_IXUSR;
goto filebit; /* true if (stat.st_mode & i) != 0 */
OpenPOWER on IntegriCloud