From owner-freebsd-current Wed Aug 16 13:53:23 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (beachchick.freebsd.dk [212.242.32.208]) by hub.freebsd.org (Postfix) with ESMTP id B416237B91A for ; Wed, 16 Aug 2000 13:53:18 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA54009 for ; Wed, 16 Aug 2000 22:53:16 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: sys/modules/hpfs doesn't compile... From: Poul-Henning Kamp Date: Wed, 16 Aug 2000 22:53:16 +0200 Message-ID: <54007.966459196@critter> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What's the deal with sys/modules/hpfs ? syv# cd /syv/s0/sys/modules/hpfs/ syv# make Warning: Object directory not changed from original /syv/s0/sys/modules/hpfs cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I/usr/include -mpreferred-stack-boundary=2 -c /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:89: warning: `struct vop_abortop_args' declared inside parameter list /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:89: warning: its scope is only this definition or declaration, which is probably not what you want. /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c: In function `hpfs_strategy': /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:751: warning: passing arg 1 of `biodone' from incompatible pointer type /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:758: warning: passing arg 1 of `biodone' from incompatible pointer type /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c: At top level: /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:1382: `vop_abortop_desc' undeclared here (not in a function) /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:1382: initializer element is not constant /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:1382: (near initialization for `hpfs_vnodeop_entries[8].opve_op') /syv/s0/sys/modules/hpfs/../../fs/hpfs/hpfs_vnops.c:89: warning: `hpfs_abortop' used but never defined *** Error code 1 Stop in /syv/s0/sys/modules/hpfs. syv# -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | 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