Date: Sun, 8 Aug 1999 06:43:51 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_rlimit.c Message-ID: <199908081343.GAA62348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/08/08 06:43:51 PDT Modified files: sys/miscfs/procfs procfs_rlimit.c Log: Fixed printf format errors (%qu -> %llu; the arg was already unsigned long long to hide problems on alphas). Revision Changes Path 1.3 +3 -5 src/sys/miscfs/procfs/procfs_rlimit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908081343.GAA62348>