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

Diff for /src/usr.bin/what/what.c between version 1.5 and 1.6

version 1.5, 1999/08/16 19:57:37 version 1.6, 2001/11/19 19:02:17
Line 89 
Line 89 
 search(match)  search(match)
         char *match;          char *match;
 {  {
         register int c;          int c;
         int i;          int i;
   
         while ((c = getchar()) != EOF) {          while ((c = getchar()) != EOF) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6