[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.2 and 1.3

version 1.2, 1996/05/28 12:31:20 version 1.3, 1996/06/25 20:48:31
Line 876 
Line 876 
   
         switch (typestring[0]) {          switch (typestring[0]) {
 #ifdef S_IFWHT  #ifdef S_IFWHT
       case 'W':          case 'W':
               mask = S_IFWHT;                  mask = S_IFWHT;
               break;                  break;
 #endif  #endif
         case 'b':          case 'b':
                 mask = S_IFBLK;                  mask = S_IFBLK;

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