diff options
Diffstat (limited to 'misc/mc/patches/patch-ag')
-rw-r--r-- | misc/mc/patches/patch-ag | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/mc/patches/patch-ag b/misc/mc/patches/patch-ag new file mode 100644 index 00000000000..8ae0fe85c0c --- /dev/null +++ b/misc/mc/patches/patch-ag @@ -0,0 +1,9 @@ +]2;feyrer@miyu:/usr/pkgsrc/misc/mc/work/mc-4.1 ]1;miyu--- src/dlg.c Sat Jan 24 17:08:46 1998 ++++ src/dlg.c.orig Tue Sep 16 23:54:31 1997 +@@ -21,5 +21,5 @@ + #include <string.h> + #include <stdio.h> +-#include <stdlib.h> ++#include <malloc.h> + #include "tty.h" + #include <stdarg.h> |