diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-11 21:36:26 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-01-11 21:36:26 +0000 |
commit | d40e0f966cd5ac24c1b2283ba9a3689592d94056 (patch) | |
tree | 27d1c30cadc9c92248d92dda0e960e5e4658bece /databases/libmswstr/files/patch-src_mswstr.c | |
parent | devel/raylib: Update to 3.5.0 (diff) |
databases/libmswstr: New port, version 0.0.1
Provides functionality that allows using indexes from
Microsoft Access databases in JET4 format
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D27955
Notes
Notes:
svn path=/head/; revision=561279
Diffstat (limited to 'databases/libmswstr/files/patch-src_mswstr.c')
-rw-r--r-- | databases/libmswstr/files/patch-src_mswstr.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libmswstr/files/patch-src_mswstr.c b/databases/libmswstr/files/patch-src_mswstr.c new file mode 100644 index 000000000000..3d8d2a456afd --- /dev/null +++ b/databases/libmswstr/files/patch-src_mswstr.c @@ -0,0 +1,11 @@ +--- src/mswstr.c.orig 2021-01-08 09:11:21 UTC ++++ src/mswstr.c +@@ -8,7 +8,7 @@ + + #include <stdio.h> + #include <assert.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + + #include "nls.h" |