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

Diff for /src/usr.bin/fstat/fstat.c between version 1.74 and 1.75

version 1.74, 2013/03/24 15:09:13 version 1.75, 2013/03/31 01:42:28
Line 489 
Line 489 
   
         printf("pipe ");          printf("pipe ");
         hide(maxaddr);          hide(maxaddr);
         printf("state: %s%s%s",          printf(" state: %s%s%s",
             (kf->pipe_state & PIPE_WANTR) ? "R" : "",              (kf->pipe_state & PIPE_WANTR) ? "R" : "",
             (kf->pipe_state & PIPE_WANTW) ? "W" : "",              (kf->pipe_state & PIPE_WANTW) ? "W" : "",
             (kf->pipe_state & PIPE_EOF) ? "E" : "");              (kf->pipe_state & PIPE_EOF) ? "E" : "");

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75