Date: Thu, 30 Jul 1998 01:19:38 -0400 (EDT) From: Luoqi Chen <luoqi@chen.ml.org> To: current@FreeBSD.ORG Subject: using vm_page.h in userland program Message-ID: <199807300519.BAA03131@chen.ml.org>
next in thread | raw e-mail | index | archive | help
Recent change (addition of cache coloring) to vm/vm_page.h has made it impossible to use this header file in a userland program. It tries to include "opt_vmpage.h" unconditionally. IMO, "opt_vmpage.h" should only be included when KERNEL is defined. Would someone please make the change? Thanks -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807300519.BAA03131>