wrong address to the kernel. disable for now.
-/* $OpenBSD: init.c,v 1.15 2023/02/21 16:21:40 deraadt Exp $ */
+/* $OpenBSD: init.c,v 1.16 2023/02/21 16:26:57 deraadt Exp $ */
/*
* Copyright (c) 2014,2015 Philip Guenther <guenther@openbsd.org>
*
if (cb == NULL) {
setup_static_tib(phdr, phnum);
-#ifndef __hppa__
+#if !defined(__hppa__)
/* XXX 128 maximum size of a system call stub, hopefully */
if (&HIDDEN(execve))
pinsyscall(SYS_execve, &HIDDEN(execve), 128);