Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 1998 12:33:42 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: CAM/Kernel compile problem in -current
Message-ID:  <19980807123342.A4133@keltia.freenix.fr>
In-Reply-To: <199808070740.JAA01006@marylin.goethestr12-net.marbach-neckar>; from Henry Vogt on Fri, Aug 07, 1998 at 09:40:23AM %2B0200
References:  <199808070740.JAA01006@marylin.goethestr12-net.marbach-neckar>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Henry Vogt:
> After checking out newer sources (from around 2 days ago)
> trying to compile -current kernel leads to the following error:

Interface for dsopen has changed since 7/16.

Add a parameter to the dsopen() call, like this:

                /* Initialize slice tables. */
                error = dsopen("da", dev, fmt, 0, &softc->dk_slices, &label,
                               dastrategy, (ds_setgeom_t *)NULL,
                               &da_cdevsw, &da_cdevsw);

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #62: Mon Jul 27 20:47:08 CEST 1998


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?19980807123342.A4133>