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

Diff for /src/usr.bin/find/ls.c between version 1.8 and 1.9

version 1.8, 2001/07/12 05:17:03 version 1.9, 2002/02/16 21:27:46
Line 52 
Line 52 
   
 /* Derived from the print routines in the ls(1) source code. */  /* Derived from the print routines in the ls(1) source code. */
   
 static void printlink __P((char *));  static void printlink(char *);
 static void printtime __P((time_t));  static void printtime(time_t);
   
 #define NAME_WIDTH      8  #define NAME_WIDTH      8
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9