Page MenuHomeFreeBSD

D35893.diff
No OneTemporary

D35893.diff

diff --git a/sys/cddl/boot/zfs/zfssubr.c b/sys/cddl/boot/zfs/zfssubr.c
--- a/sys/cddl/boot/zfs/zfssubr.c
+++ b/sys/cddl/boot/zfs/zfssubr.c
@@ -30,11 +30,13 @@
static uint64_t zfs_crc64_table[256];
+#ifndef ASSERT3S /* Proxy for all the assert defines */
#define ASSERT3S(x, y, z) ((void)0)
#define ASSERT3U(x, y, z) ((void)0)
#define ASSERT3P(x, y, z) ((void)0)
#define ASSERT0(x) ((void)0)
#define ASSERT(x) ((void)0)
+#endif
#define panic(...) do { \
printf(__VA_ARGS__); \

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 2, 7:19 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13383277
Default Alt Text
D35893.diff (504 B)

Event Timeline