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 a91b0a365e8e6e63569d8df63b428103e8702dd7..da3ba8d5020c0f81808d83f697a219fd39cd3916 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);