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

Diff for /src/usr.bin/diff/diffdir.c between version 1.25 and 1.26

version 1.25, 2003/10/07 23:37:27 version 1.26, 2003/11/09 20:13:57
Line 48 
Line 48 
 #define d_status        d_type          /* we need to store status for -l */  #define d_status        d_type          /* we need to store status for -l */
   
 /*  /*
  * Diff directory traveral. Will be called recursively if -r was specified.   * Diff directory traversal. Will be called recursively if -r was specified.
  */   */
 void  void
 diffdir(char *p1, char *p2)  diffdir(char *p1, char *p2)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26