Date: Thu, 16 Jul 2026 23:32:13 -0700 From: "Enji Cooper (yaneurabeya)" <yaneurabeya@gmail.com> To: Adrian Chadd <adrian@FreeBSD.org> Cc: Enji Cooper <ngie@freebsd.org>, src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 5cafd6213f14 - main - exterr_set: sync the definition with the header declaration Message-ID: <19371FAA-89EB-4C93-A943-DA3929D88ED7@gmail.com> In-Reply-To: <CAJ-VmokGa=o%2BS7fAUxmq5wjB8DfR1q_pSaai6i-1eYug0f47cw@mail.gmail.com> References: <6a59940a.1c11d.5d8c1a96@gitrepo.freebsd.org> <CAJ-VmokGa=o%2BS7fAUxmq5wjB8DfR1q_pSaai6i-1eYug0f47cw@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
> On Jul 16, 2026, at 8:51 PM, Adrian Chadd <adrian@FreeBSD.org> wrote: > > Err this broke amd64 builds. > > /usr/home/adrian/work/freebsd/head/freebsd-head/sys/kern/sys_generic.c:2356:56: > error: unknown type name 'uintptr64_t'; did you mean 'uintptr_t'? > 2356 | exterr_set(int eerror, int category, const char *mmsg, uintptr64_t pp1, > | ^~~~~~~~~~~ > | uintptr_t > /usr/home/adrian/work/freebsd/head/freebsd-head/sys/sys/_stdint.h:78:22: > note: 'uintptr_t' declared here > 78 | typedef __uintptr_t uintptr_t; > | ^ > /usr/home/adrian/work/freebsd/head/freebsd-head/sys/kern/sys_generic.c:2357:5: > error: unknown type name 'uintptr64_t'; did you mean 'uintptr_t'? > 2357 | uintptr64_t pp2, int line) > | ^~~~~~~~~~~ > | uintptr_t > /usr/home/adrian/work/freebsd/head/freebsd-head/sys/sys/_stdint.h:78:22: > note: 'uintptr_t' declared here > 78 | typedef __uintptr_t uintptr_t; > | ^ *facepalm* Yes, I should have at least done -DKERNFAST to confirm this change compiled. -Enjihome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19371FAA-89EB-4C93-A943-DA3929D88ED7>
