cvs commit: src/tools/tools/netrate/http http.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Oct 26 12:44:17 PDT 2005


pjd         2005-10-26 19:44:17 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/netrate/http http.c 
  Log:
  Change u_int64_t to uintmax_t and use %ju, so it compiles on 64bit archs.
  I changed every u_int64_t to uintmax_t, as we should use eventually
  uint64_t anyway those days.
  
  Revision  Changes    Path
  1.3       +6 -5      src/tools/tools/netrate/http/http.c


More information about the cvs-all mailing list