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

Diff for /src/usr.bin/make/job.c between version 1.64 and 1.65

version 1.64, 2007/09/16 10:57:02 version 1.65, 2007/09/16 12:01:11
Line 429 
Line 429 
 static int JobStart(GNode *, int, Job *);  static int JobStart(GNode *, int, Job *);
 static char *JobOutput(Job *, char *, char *, int);  static char *JobOutput(Job *, char *, char *, int);
 static void JobDoOutput(Job *, bool);  static void JobDoOutput(Job *, bool);
 static Shell *JobMatchShell(char *);  
 static void JobInterrupt(int, int);  static void JobInterrupt(int, int);
 static void JobRestartJobs(void);  static void JobRestartJobs(void);
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65