diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:29:14 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:29:14 +0000 |
| commit | 15284a2fe615370a28f5e98239607a12607ecabc (patch) | |
| tree | f4e499f669628b86c0db113bb3ab92c1a4e3fcb3 /security/bioapi/files/patch-framework-bioapi_util-memfuncs.c | |
| parent | - Convert RC script to rc_subr (diff) | |
BioAPI (Biometric Application Programming Interface) brings platform and device
independence to application programmers and biometric service providers.
PR: ports/91734
Submitted by: Fredrik Lindberg <fli@shapeshifter.se>
Diffstat (limited to '')
| -rw-r--r-- | security/bioapi/files/patch-framework-bioapi_util-memfuncs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/bioapi/files/patch-framework-bioapi_util-memfuncs.c b/security/bioapi/files/patch-framework-bioapi_util-memfuncs.c new file mode 100644 index 000000000000..a6da62180489 --- /dev/null +++ b/security/bioapi/files/patch-framework-bioapi_util-memfuncs.c @@ -0,0 +1,11 @@ +--- framework/bioapi_util/memfuncs.c Wed Jun 8 02:51:05 2005 ++++ framework/bioapi_util/memfuncs.c Sat Nov 19 15:28:53 2005 +@@ -15,7 +15,7 @@ +
+ /* Linux-Port: added <malloc.h> include file */
+ #if defined (UNIX)
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ #ifdef _DEBUG
|
