From owner-freebsd-current Wed Oct 13 12:38:41 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 741FA14BED for ; Wed, 13 Oct 1999 12:37:57 -0700 (PDT) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial11-147.netcologne.de [195.14.233.147]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id VAA02414; Wed, 13 Oct 1999 21:37:43 +0200 (MET DST) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id VAA31168; Wed, 13 Oct 1999 21:38:07 +0200 (CEST) (envelope-from van.woerkom@netcologne.de) Date: Wed, 13 Oct 1999 21:38:07 +0200 (CEST) Message-Id: <199910131938.VAA31168@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: freebsd-current@freebsd.org Cc: greg@lemis.com Subject: make buildworld breaks during vinum compilation Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got a stop here: root@oranje# date; make buildworld Wed Oct 13 15:34:04 CEST 1999 (...) cc -O -pipe -DVINUMDEBUG -g -O -DKERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/obj/usr/src/sys/modules/vinum -I/usr/obj/usr/src/sys/modules/vinum/@ -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sys/modules/vinum/../../dev/vinum/vinumioctl.c /usr/src/sys/modules/vinum/../../dev/vinum/vinumioctl.c: In function `vinumioctl': /usr/src/sys/modules/vinum/../../dev/vinum/vinumioctl.c:333: too few arguments to function `initsd' *** Error code 1 The verify argument seems missing: root@oranje# grep initsd ../../dev/vinum/* ../../dev/vinum/vinumext.h:int initsd(int, int); ../../dev/vinum/vinumio.h: int verify; /* verify (initsd) */ ../../dev/vinum/vinumioctl.c: return initsd(objno); ../../dev/vinum/vinumrevive.c:initsd(int sdno, int verify) ../../dev/vinum/vinumstate.c: ioctl_reply->error = initsd(objindex, data->verify); /* initialize another block */ Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message