> On Jul 16, 2026, at 8:51 PM, Adrian Chadd <[email protected]> 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.
-Enji

Reply via email to