[BACK]Return to function.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / find

Diff for /src/usr.bin/find/function.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:13 version 1.2, 1996/05/28 12:31:20
Line 875 
Line 875 
         ftsoptions &= ~FTS_NOSTAT;          ftsoptions &= ~FTS_NOSTAT;
   
         switch (typestring[0]) {          switch (typestring[0]) {
   #ifdef S_IFWHT
         case 'W':
                 mask = S_IFWHT;
                 break;
   #endif
         case 'b':          case 'b':
                 mask = S_IFBLK;                  mask = S_IFBLK;
                 break;                  break;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2