]> granicus.if.org Git - file/commitdiff
Make printf of suid/sgid/etc be the default (gc won't like it).
authorIan Darwin <ian@darwinsys.com>
Fri, 28 Aug 1987 21:47:46 +0000 (21:47 +0000)
committerIan Darwin <ian@darwinsys.com>
Fri, 28 Aug 1987 21:47:46 +0000 (21:47 +0000)
src/fsmagic.c

index 588c659192ed51809c6c9734ebcc75d4e9695233..ee2454c4089f17303f40fec2b9806018cf9687a2 100644 (file)
@@ -43,11 +43,9 @@ char *fn;
                        return -1;
                }
 
-#ifdef PRINT_STAT_BITS
        if (statbuf.st_mode & S_ISUID) ckfputs("suid ", stdout);
        if (statbuf.st_mode & S_ISGID) ckfputs("sgid ", stdout);
        if (statbuf.st_mode & S_ISVTX) ckfputs("sticky ", stdout);
-#endif /* PRINT_STAT_BITS */
        
        switch (statbuf.st_mode & S_IFMT) {
        case S_IFDIR: