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

Diff for /src/usr.bin/make/main.c between version 1.107 and 1.108

version 1.107, 2015/01/23 13:18:40 version 1.108, 2015/01/23 22:35:57
Line 803 
Line 803 
 static bool  static bool
 ReadMakefile(void *p, void *q)  ReadMakefile(void *p, void *q)
 {  {
         char *fname = p;        /* makefile to read */          const char *fname = p;  /* makefile to read */
         struct dirs *d = q;          struct dirs *d = q;
         FILE *stream;          FILE *stream;
         char *name;          char *name;

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108