diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-11-21 14:00:14 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2023-11-21 14:00:14 +0000 |
commit | feca15f51e3e21c26071529a88bedfc59f85f902 (patch) | |
tree | b67ade09de18c90aebf5df4e3a6f422ae0a14cfa /sys/conf | |
parent | 1115fc02c208a6b1159735d1f9be820d36e4c801 (diff) |
Fix kernel build without option PTRACE, but with dt(4).
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@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2a05c7cd024..57a6f6a9bce 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $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 @@ -752,7 +752,7 @@ file kern/subr_xxx.c 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 |