Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2004 04:08:16 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_resource.c
Message-ID:  <200404101108.i3AB8Gvp051881@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404101108.i3AB8Gvp051881>