Since revision 1.26 dt_ioctl_get_auxbase() is calling process_domem().
Build the latter function into kernel if pseudo device dt is enabled.
from Matthias Pitzl; OK claudio@
-# $OpenBSD: files,v 1.725 2023/08/07 01:59:38 dlg Exp $
+# $OpenBSD: files,v 1.726 2023/11/21 14:00:13 bluhm Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
file kern/sys_futex.c
file kern/sys_generic.c
file kern/sys_pipe.c
-file kern/sys_process.c ptrace
+file kern/sys_process.c ptrace | dt
file kern/sys_socket.c
file kern/syscalls.c syscall_debug
file kern/sysv_ipc.c sysvshm | sysvsem | sysvmsg
-/* $OpenBSD: sys_process.c,v 1.94 2023/06/10 19:30:48 kettenis Exp $ */
+/* $OpenBSD: sys_process.c,v 1.95 2023/11/21 14:00:13 bluhm Exp $ */
/* $NetBSD: sys_process.c,v 1.55 1996/05/15 06:17:47 tls Exp $ */
/*-
return 0;
}
+#endif /* PTRACE */
/*
* Check if a process is allowed to fiddle with the memory of another.
return error;
}
-#endif