From owner-p4-projects Fri Mar 29 21:43: 2 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DCED537B404; Fri, 29 Mar 2002 21:42:56 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1806837B400 for ; Fri, 29 Mar 2002 21:42:56 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2U5gtK32753 for perforce@freebsd.org; Fri, 29 Mar 2002 21:42:55 -0800 (PST) (envelope-from jhb@freebsd.org) Date: Fri, 29 Mar 2002 21:42:55 -0800 (PST) Message-Id: <200203300542.g2U5gtK32753@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 8655 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message