ports/sysutils/lttng-ust/files/patch-include_lttng_ust-dlfcn.h
Mahdi Mokhtari a8416c340c Adding sysutils/lttng-ust and sysutils/lttng-tools.
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.

PR:		216142
Submitted by:	mmokhi
Reported by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9200
2017-02-11 15:36:17 +00:00

11 lines
251 B
C

--- include/lttng/ust-dlfcn.h.orig 2016-11-29 01:46:24 UTC
+++ include/lttng/ust-dlfcn.h
@@ -27,6 +27,8 @@
* SOFTWARE.
*/
+typedef long Lmid_t;
+
#ifdef _DLFCN_H
#error "Please include lttng/ust-dlfcn.h before dlfcn.h."
#endif /* _DLFCN_H */