Date: Tue, 25 Mar 1997 11:48:27 -0500 From: Jerry Alexandratos <alexandr@hawk.pearson.udel.edu> To: freebsd-current@freebsd.org Subject: More Make World Madness Message-ID: <199703251648.IAA22536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Well, I ran into the same dumpfs problem that everyone else experienced.
So, I applied the Joerg's patch. That compiled fine. 8)
Unfortunately, it choked on ccd.c. 8( Here's the output:
===> lkm/ccd
cc -O -I. -DKERNEL -DACTUALLY_LKM_NOT_KERNEL
-I/usr/src/lkm/ccd/../../sys -Wreturn-type -Wcomment -Wredundant-decls
-Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -DPSEUDO_LKM -c /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c
In file included from /usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:116:
/usr/src/lkm/ccd/../../sys/sys/vnode.h:465: warning: `struct
vop_revoke_args' declared inside parameter list
/usr/src/lkm/ccd/../../sys/sys/vnode.h:465: warning: its scope is only
this definition or declaration,
/usr/src/lkm/ccd/../../sys/sys/vnode.h:465: warning: which is probably
not what you want.
/usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c: In function `ccdlookup':
/usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1383: too many arguments to
function `VOP_UNLOCK'
/usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1393: too many arguments to
function `VOP_UNLOCK'
/usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1400: too many arguments to
function `VOP_UNLOCK'
/usr/src/lkm/ccd/../../sys/dev/ccd/ccd.c:1410: too many arguments to
function `VOP_UNLOCK'
*** Error code 1
Any ideas what to look for?
--Jerry
8) Jerry Alexandratos % "Nothing inhabits my (8
8) darkstar@strauss.udel.edu % thoughts, and oblivion (8
8) darkstar@canary.pearson.udel.edu % drives my desires." (8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703251648.IAA22536>
