Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2000 22:53:16 +0200
From:      Poul-Henning Kamp <phk@freebsd.org>
To:        current@freebsd.org
Subject:   sys/modules/hpfs doesn't compile...
Message-ID:  <54007.966459196@critter>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54007.966459196>