mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
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/
11 lines
225 B
C
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>
|
|
|