Date: Wed, 27 Aug 2003 18:52:14 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c Message-ID: <200308280152.h7S1qEKd043618@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/08/27 18:52:14 PDT FreeBSD src repository Modified files: sys/fs/specfs spec_vnops.c Log: The valid field in struct vm_page can be of type unsigned long when 32K pages are selected. In spec_getpages() change the printf format specifier and add an explicit cast so that we always print the field as a long type. Revision Changes Path 1.209 +2 -2 src/sys/fs/specfs/spec_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308280152.h7S1qEKd043618>