Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 21:14:55 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Cc:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   Re: r305902: ufs/inode.h:148:15: error: unknown type name 'bool'
Message-ID:  <20160917181455.GY38409@kib.kiev.ua>
In-Reply-To: <20160917194806.3130633b.ohartman@zedat.fu-berlin.de>
References:  <20160917194806.3130633b.ohartman@zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 17, 2016 at 07:48:06PM +0200, O. Hartmann wrote:
> Obviosly r305902 breaks source and so building a kernel, as the compiler output below
> shows. Reverting back to r305900 is fine.
> 
> [...]
> ===> lib/libprocstat/zfs (obj)
> `zfs.o' is up to date.
> Building /usr/obj/usr/src/lib/libprocstat/common_kvm.o
> In file included from /usr/src/lib/libprocstat/common_kvm.c:47:
> /usr/obj/usr/src/tmp/usr/include/ufs/ufs/inode.h:148:15: error: unknown type name 'bool'
> static inline bool
>               ^
> /usr/obj/usr/src/tmp/usr/include/ufs/ufs/inode.h:155:15: error: unknown type name 'bool'
> static inline bool
>               ^
> /usr/src/lib/libprocstat/common_kvm.c:101:35: error: no member named 'i_dev' in 'struct
> inode' vn->vn_fsid = dev2udev(kd, inode.i_dev);
>                                    ~~~~~ ^
> 3 errors generated.
> *** Error code 1
> 

This is hopefully fixed by r305903.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160917181455.GY38409>