diff options
Diffstat (limited to 'shells/ksh93/files/patch-src_lib_libast_port_astcopy.c')
-rw-r--r-- | shells/ksh93/files/patch-src_lib_libast_port_astcopy.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/ksh93/files/patch-src_lib_libast_port_astcopy.c b/shells/ksh93/files/patch-src_lib_libast_port_astcopy.c new file mode 100644 index 000000000000..c0bef96c2a0e --- /dev/null +++ b/shells/ksh93/files/patch-src_lib_libast_port_astcopy.c @@ -0,0 +1,17 @@ +--- src/lib/libast/port/astcopy.c.orig 2016-02-28 17:09:23 UTC ++++ src/lib/libast/port/astcopy.c +@@ -30,14 +30,10 @@ + #include <ast.h> + #include <ast_mmap.h> + +-#if _mmap_worthy > 1 +- + #include <ls.h> + + #define MAPSIZE (1024*256) + +-#endif +- + #undef BUFSIZ + #define BUFSIZ 4096 + |