From owner-freebsd-current Wed Oct 25 6:39:55 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id 360A437B4C5 for ; Wed, 25 Oct 2000 06:39:52 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.1/8.9.3) with ESMTP id e9PDdnU29881 for ; Wed, 25 Oct 2000 15:39:50 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: LINT broken... From: Poul-Henning Kamp Date: Wed, 25 Oct 2000 15:39:49 +0200 Message-ID: <29879.972481189@critter> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Somebody killed "swihand_t" without cleaning up three drivers: otte# ./gsys swihand_t ./i386/isa/cy.c:static swihand_t siopoll; ./i386/isa/rc.c:static swihand_t rcpoll; ./pc98/pc98/sio.c:static swihand_t siopoll; otte# cd /sys/i386/conf otte# make LINT `LINT' is up to date. otte# config LINT WARNING: Old PCI driver compatability shims present. WARNING: Old ISA driver compatability shims present. Don't forget to do a ``make depend'' Kernel build directory is ../../compile/LINT otte# cd ../../compile/LINT otte# make cy.o cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DGPROF -D_KERNEL -include opt_global.h -elf -malign-functions=4 -fno-builtin -mpreferred-stack-boundary=2 -pg ../../i386/isa/cy.c ../../i386/isa/cy.c:338: syntax error before `cypoll' ../../i386/isa/cy.c:338: warning: type defaults to `int' in declaration of `cypoll' ../../i386/isa/cy.c:338: warning: data definition has no type or storage class [...] otte# make rc.o cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DGPROF -D_KERNEL -include opt_global.h -elf -malign-functions=4 -fno-builtin -mpreferred-stack-boundary=2 -pg ../../i386/isa/rc.c ../../i386/isa/rc.c:187: syntax error before `rcpoll' ../../i386/isa/rc.c:187: warning: type defaults to `int' in declaration of `rcpoll' [...] -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message