From owner-freebsd-current Mon Mar 3 07:25:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07621 for current-outgoing; Mon, 3 Mar 1997 07:25:47 -0800 (PST) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07615 for ; Mon, 3 Mar 1997 07:25:44 -0800 (PST) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.5/8.7.3) id QAA26522 for current@freebsd.org; Mon, 3 Mar 1997 16:25:36 +0100 (MET) From: Werner Griessl Message-Id: <199703031525.QAA26522@btp1da.phy.uni-bayreuth.de> Subject: 2.2 pcvt_ext To: current@freebsd.org Date: Mon, 3 Mar 1997 16:25:36 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk kernel build on 2.2 fails for me with: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DPCVT_PRETTYSCRNS -DPCVT_NSCREENS=8 -DSCSI_DEBUG_FLAGS=DEBUG_NEGO -DNSWAPDEV=8 -DFAILSAFE -DCOMPAT_43 -DNFS -DFFS -DINET -DKERNEL ../../i386/isa/pcvt/pcvt_ext.c ../../i386/isa/pcvt/pcvt_ext.c: In function `usl_vt_ioctl': ../../i386/isa/pcvt/pcvt_ext.c:2510: invalid type argument of `->' ../../i386/isa/pcvt/pcvt_ext.c:2510: invalid type argument of `->' ../../i386/isa/pcvt/pcvt_ext.c:2510: invalid type argument of `->' ../../i386/isa/pcvt/pcvt_ext.c:2510: invalid type argument of `->' ../../i386/isa/pcvt/pcvt_ext.c:2511: invalid type argument of `->' ../../i386/isa/pcvt/pcvt_ext.c:2511: invalid type argument of `->' *** Error code 1 Werner