Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > muc.lists.freebsd.current > #70186
| From | Dag-Erling Smørgrav <des@FreeBSD.org> |
|---|---|
| Newsgroups | muc.lists.freebsd.current |
| Subject | Re: vnode_if.h not found / make buildkernel on FreeBSD/HEAD-16 |
| Date | 2026-05-16 21:50 +0200 |
| Organization | Newsgate at muc.de e.V. |
| Message-ID | <86pl2vb0cq.fsf@ltc.des.dev> (permalink) |
| References | <agjGBp_ePLPaG7FT@kib.kiev.ua> <> |
Konstantin Belousov <kostikbel@gmail.com> writes:
> I do not see why sys/mount.h is needed by genassym.c.
Well, that certainly solves the immediate problem...
> commit fe0f116bd3a5115813c4c3ba4a1546d09b5e73b1
> Author: Konstantin Belousov <kib@FreeBSD.org>
> Date: Sat May 16 22:27:40 2026 +0300
>
> x86: remove sys/mount.h from genassym.c
>
> The header is not needed, and causes some issues with build because it
> requires vnode_if.h generated due to transient dependency from vnode.h.
>
> While there, remove unneeded explicit sys/cdefs.h and sys/param.h usage.
>
> Fixes: 1d5e4020e36e1cc9e906200c9c3c784ef43d977e
Please use this format instead:
Fixes: 1d5e4020e36e ("vnode: add VIRF_KNOTE flag")
I use the following alias to generate it:
fix = show -s --abbrev=12 --pretty=format:'Fixes:%x09%x09%h (%x22%s%x22)%n'
DES
--
Dag-Erling Smørgrav - des@FreeBSD.org
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
Back to muc.lists.freebsd.current | Previous | Next | Find similar
Re: vnode_if.h not found / make buildkernel on FreeBSD/HEAD-16 Dag-Erling Smørgrav <des@FreeBSD.org> - 2026-05-16 21:50 +0200
csiph-web