[BACK]Return to progressbar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/progressbar.h between version 1.4 and 1.5

version 1.4, 2004/03/09 17:04:24 version 1.5, 2005/02/10 16:00:38
Line 82  void psummary(int);
Line 82  void psummary(int);
 void    ptransfer(int);  void    ptransfer(int);
 #endif  /* !STANDALONE_PROGRESS */  #endif  /* !STANDALONE_PROGRESS */
   
   
 #ifdef NO_LONG_LONG  #ifdef NO_LONG_LONG
 # define LLF            "%ld"  # define LLF            "%ld"
 # define LLFP(x)        "%" x "ld"  # define LLFP(x)        "%" x "ld"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>