diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-01-13 00:41:25 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-01-13 00:41:37 +0000 |
| commit | b769044f300a2e8534d0581f4fa7b4a296f038fa (patch) | |
| tree | 91eb92d9c7f5378e9b02c0390120a8b615f0c0f1 | |
| parent | 712f81feea416e9f8aaf040173883876a50a7d34 (diff) | |
nvmf: fix build with __assert_unreachable() addition to userland
<assert.h> now has a usable definition, so we don't need to shim it out
in the nvmf header anymore.
Reviewed by: emaste, jhb
Differential Revision: https://reviews.freebsd.org/D48078
| -rw-r--r-- | sys/dev/nvmf/nvmf_tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/nvmf/nvmf_tcp.h b/sys/dev/nvmf/nvmf_tcp.h index c60be0bc1024..03b5d2445928 100644 --- a/sys/dev/nvmf/nvmf_tcp.h +++ b/sys/dev/nvmf/nvmf_tcp.h @@ -9,7 +9,6 @@ #define __NVMF_TCP_H__ #ifndef _KERNEL -#define __assert_unreachable __unreachable #define MPASS assert #endif |
