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

Diff for /src/usr.bin/make/dir.c between version 1.66 and 1.67

version 1.66, 2015/01/23 13:18:40 version 1.67, 2015/01/23 22:35:57
Line 686 
Line 686 
 static void  static void
 DirPrintDir(void *p)  DirPrintDir(void *p)
 {  {
         struct PathEntry *q = p;          const struct PathEntry *q = p;
         printf("%s ", q->name);          printf("%s ", q->name);
 }  }
   

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67