From owner-freebsd-current Wed Mar 22 13:48: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 5332F37B692 for ; Wed, 22 Mar 2000 13:47:57 -0800 (PST) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA07587 for ; Wed, 22 Mar 2000 13:47:56 -0800 Date: Wed, 22 Mar 2000 13:47:56 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: freebsd-current@freebsd.org Subject: -current PCVT breakage? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is someone planning on fixing this? ../../i386/isa/pcvt/pcvt_hdr.h:943: warning: `struct isa_device' declared inside parameter list ../../i386/isa/pcvt/pcvt_hdr.h:943: warning: its scope is only this definition or declaration, which is probably not what you want. ../../i386/isa/pcvt/pcvt_hdr.h:944: warning: `struct isa_device' declared inside parameter list ../../i386/isa/pcvt/pcvt_hdr.h:946: variable `vtdriver' has initializer but incomplete type ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: excess elements in struct initializer ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: (near initialization for `vtdriver') ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: excess elements in struct initializer ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: (near initialization for `vtdriver') ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: excess elements in struct initializer ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: (near initialization for `vtdriver') ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: excess elements in struct initializer ../../i386/isa/pcvt/pcvt_hdr.h:947: warning: (near initialization for `vtdriver') ../../i386/isa/pcvt/pcvt_drv.c:130: warning: `struct isa_device' declared inside parameter list ../../i386/isa/pcvt/pcvt_drv.c:133: conflicting types for `pcprobe' ../../i386/isa/pcvt/pcvt_hdr.h:943: previous declaration of `pcprobe' ../../i386/isa/pcvt/pcvt_drv.c: In function `pcprobe': ../../i386/isa/pcvt/pcvt_drv.c:140: dereferencing pointer to incomplete type ../../i386/isa/pcvt/pcvt_drv.c: At top level: ../../i386/isa/pcvt/pcvt_drv.c:172: warning: `struct isa_device' declared inside parameter list ../../i386/isa/pcvt/pcvt_drv.c:173: conflicting types for `pcattach' ../../i386/isa/pcvt/pcvt_hdr.h:944: previous declaration of `pcattach' ../../i386/isa/pcvt/pcvt_drv.c: In function `pcattach': ../../i386/isa/pcvt/pcvt_drv.c:182: dereferencing pointer to incomplete type ../../i386/isa/pcvt/pcvt_drv.c:190: dereferencing pointer to incomplete type ../../i386/isa/pcvt/pcvt_drv.c:358: dereferencing pointer to incomplete type *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message