mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
* After update to 4.8.0 DC failed with "Failed to find our own NTDS Settings objectGUID" (bug #13335). * Fix to the vfs_streams_xattr module which was corrupting AFP_AfpInfo attributes. * Fix provisioning on the UFS2. * Allow access to the .zfs/ hidden directory. * Fix logging to the UTMP Sponsored by: iXsystems Inc.
11 lines
322 B
C
11 lines
322 B
C
--- source3/include/includes.h.orig 2018-04-03 05:23:35 UTC
|
|
+++ source3/include/includes.h
|
|
@@ -323,6 +323,8 @@ typedef char fstring[FSTRING_LEN];
|
|
* the *bottom* of include files so as not to conflict. */
|
|
#ifdef ENABLE_DMALLOC
|
|
# include <dmalloc.h>
|
|
+#elif ENABLE_JEMALLOC
|
|
+# include <jemalloc/jemalloc.h>
|
|
#endif
|
|
|
|
|