summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authoragc <agc>1998-02-05 13:52:25 +0000
committeragc <agc>1998-02-05 13:52:25 +0000
commit96b10c8111da49906a92252a3a126a40d1715b8f (patch)
tree25318b6634ec5424de9f568ea6384f844a9ffe85 /misc/mc
parentd2e75cefeafb79621778b1d1b812d78f92422974 (diff)
downloadpkgsrc-96b10c8111da49906a92252a3a126a40d1715b8f.tar.gz
Correct reversed patch.
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/patches/patch-ag8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mc/patches/patch-ag b/misc/mc/patches/patch-ag
index 9d01a4cec0b..e6e8c97b162 100644
--- a/misc/mc/patches/patch-ag
+++ b/misc/mc/patches/patch-ag
@@ -1,9 +1,9 @@
---- src/dlg.c Sat Jan 24 17:08:46 1998
-+++ src/dlg.c.orig Tue Sep 16 23:54:31 1997
+--- src/dlg.c.orig Tue Sep 16 23:54:31 1997
++++ src/dlg.c Sat Jan 24 17:08:46 1998
@@ -21,5 +21,5 @@
#include <string.h>
#include <stdio.h>
--#include <stdlib.h>
-+#include <malloc.h>
+-#include <malloc.h>
++#include <stdlib.h>
#include "tty.h"
#include <stdarg.h>