From owner-freebsd-hackers Thu Aug 21 12:39:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14972 for hackers-outgoing; Thu, 21 Aug 1997 12:39:20 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14962 for ; Thu, 21 Aug 1997 12:39:17 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id MAA04502 for ; Thu, 21 Aug 1997 12:39:04 -0700 (PDT) Date: Thu, 21 Aug 1997 12:39:04 -0700 (PDT) From: Jaye Mathisen Reply-To: Jaye Mathisen To: hackers@freebsd.org Subject: 2.2.2 make release kernel build problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This has cropped up now: On a fairly recent 2.2.2 (Aug 1st I think). The -DMFS_ROOT= certainly looks defective. cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DMFS_ROOT= -DNFS_NOSERVER -DMFS -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../ufs/mfs/mfs_vfsops.c ../../ufs/mfs/mfs_vfsops.c:110: invalid type argument of `unary *' ../../ufs/mfs/mfs_vfsops.c:110: variable `mfs_root' has initializer but incomplete type *** Error code 1 Stop. *** Error code 1 Stop.