cvs commit: src/sys/kern kern_resource.c

Maxime Henrion mux at FreeBSD.org
Sat Apr 10 04:08:17 PDT 2004


mux         2004/04/10 04:08:16 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c 
  Log:
  Remove a comment that complains about the lack of %qd, to justify
  truncating a rlim_t to a long.  We have %qd since some time now.
  However, the correct format to use here is %jd and a cast to
  intmax_t, so do this.
  
  Revision  Changes    Path
  1.136     +2 -3      src/sys/kern/kern_resource.c


More information about the cvs-src mailing list