Removed cruft
authorEric Andersen <andersen@codepoet.org>
Fri, 22 Oct 1999 18:22:02 +0000 (18:22 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 22 Oct 1999 18:22:02 +0000 (18:22 -0000)
chmod_chown_chgrp.c

index a91b0a3..da3ba8d 100644 (file)
@@ -101,7 +101,7 @@ int chmod_chown_chgrp_main(int argc, char **argv)
     
     if ( whichApp == CHMOD_APP ) {
        /* Find the specified modes */
-       mode = ( 0 & (S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO));
+       mode = 0;
        if ( parse_mode(*argv, &mode) == FALSE ) {
            fprintf(stderr, "%s: Unknown mode: %s\n", invocationName, *argv);
            exit( FALSE);