Date: Mon, 17 Dec 2001 15:34:01 -0700 From: Brad Huntting <huntting@hunkular.glarp.com> To: Bruce M Simpson <bms@spc.org> Cc: freebsd-hackers@freebsd.org Subject: Re: closeing files in detach() Message-ID: <200112172234.fBHMY1u90733@hunkular.glarp.com> In-Reply-To: Your message of "Mon, 17 Dec 2001 04:03:03 GMT." <20011217040303.E7698@spc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> I wrote the driver against -CURRENT, but browsing through <sys/types.h> > on a 4.4-STABLE box reveals that specfs is in use there, too. I haven't > been trying my driver out against -STABLE yet, but -CURRENT works just fine. > > typedef struct specinfo *dev_t; > ^ this is what I have in 4.4-STABLE. Oops... It seems this is what you get with -D_KERNEL, but userland programs see an int. Ok. thanx! brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112172234.fBHMY1u90733>