cvs commit: src/libexec/ftpd ftpd.c

Yar Tikhiy yar at FreeBSD.org
Tue Nov 2 10:48:45 PST 2004


yar         2004-11-02 18:48:44 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  Replace the last occurence of (long long) and %qd with
  (intmax_t) and %jd, which is the right way to printf
  an off_t in the presence of <stdint.h>.
  
  Submitted by:   Nick Leuta
  
  Revision  Changes    Path
  1.174     +2 -2      src/libexec/ftpd/ftpd.c


More information about the cvs-all mailing list