NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/56781: fuse.h does not compile
The following reply was made to PR misc/56781; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: misc/56781: fuse.h does not compile
Date: Wed, 06 Apr 2022 04:34:10 +0700
Date: Tue, 5 Apr 2022 20:00:00 +0000 (UTC)
From: schinsp%wwu.edu@localhost
Message-ID: <20220405200000.EC2361A923C%mollari.NetBSD.org@localhost>
| Including sys/types.h in main.c does not fix the problem.
That should be enough, but register_t only gets defined if you have
already defined (at least one of) _KERNEL _KMEMUSER _KERNTYPES or _STANDALONE
The same is true of vsize_t (the other missing type in your message).
Of those, _KERNTYPES is probably the one that might be most appropriate.
(Compiling with -D_KERNTYPES on the cc command should be enough).
kre
Home |
Main Index |
Thread Index |
Old Index