ports/devel/libmtdev/files/patch-src_common.h
Jan Beich da5c6b0587 devel/libmtdev: add new port
PR:		196978
Approved by:	hselasky

mtdev is a stand-alone library which transforms all variants of
kernel MT events to the slotted type B protocol. The events put into
mtdev may be from any MT device, specifically type A without contact
tracking, type A with contact tracking, or type B with contact
tracking. See Linux kernel documentation for further details.

http://bitmath.org/code/mtdev/
2015-09-16 10:28:14 +00:00

11 lines
225 B
C

--- src/common.h.orig 2013-07-31 17:25:50 UTC
+++ src/common.h
@@ -33,7 +33,7 @@
#include <mtdev-mapping.h>
#include <mtdev-plumbing.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>