Date: Fri, 29 Mar 2002 21:42:55 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 8655 for review Message-ID: <200203300542.g2U5gtK32753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8655 Change 8655 by jhb@jhb_zion on 2002/03/29 21:41:57 Vinum has a nasty habit of including kernel headers in userland at least one of which is sys/buf.h which includes vm/vm_page.h which wants a opt_vmpage.h. gcc 2.95.x didn't complain about the missing header it seems, but 3.1 is more honest. Just turn vinum off for now until a better fix is found. Approved by: jake Affected files ... ... //depot/projects/sparc64/sbin/Makefile#9 edit Differences ... ==== //depot/projects/sparc64/sbin/Makefile#9 (text+ko) ==== @@ -72,8 +72,7 @@ swapon \ sysctl \ tunefs \ - umount \ - vinum + umount .if !defined(NO_IPFILTER) SUBDIR+=ipf \ @@ -107,7 +106,7 @@ # Nogo on sparc64 .if ${MACHINE_ARCH} != "sparc64" -SUBDIR+=atacontrol +SUBDIR+=atacontrol vinum .endif .include <bsd.subdir.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203300542.g2U5gtK32753>