Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152911575
D26183.id76207.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
D26183.id76207.diff
View Options
Index: sys/cddl/contrib/opensolaris/common/lz4/lz4.c
===================================================================
--- sys/cddl/contrib/opensolaris/common/lz4/lz4.c
+++ sys/cddl/contrib/opensolaris/common/lz4/lz4.c
@@ -44,6 +44,7 @@
#include <sys/endian.h>
#include <assert.h>
+#undef ASSERT
#define ASSERT assert
#else
#include <string.h>
@@ -52,9 +53,10 @@
#include <netinet/in.h>
#include <assert.h>
+#undef ASSERT
#define ASSERT assert
#endif
-#include <lz4.h>
+#include "lz4.h"
static int real_LZ4_compress(const char *source, char *dest, int isize,
int osize);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 18, 11:53 PM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31738752
Default Alt Text
D26183.id76207.diff (594 B)
Attached To
Mode
D26183: ZFS: Unbreak the world build on CURRENT with the OpenZFS import
Attached
Detach File
Event Timeline
Log In to Comment