summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc>1998-02-05 13:52:25 +0000
committeragc <agc>1998-02-05 13:52:25 +0000
commitfd9d9abf3586deef566ea5554c837b200a18465e (patch)
tree25318b6634ec5424de9f568ea6384f844a9ffe85 /sysutils
parent48d2b938e82bbe7adfb4e0252d26be4d691b7dc9 (diff)
downloadpkgsrc-fd9d9abf3586deef566ea5554c837b200a18465e.tar.gz
Correct reversed patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/patches/patch-ag8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mc/patches/patch-ag b/sysutils/mc/patches/patch-ag
index 9d01a4cec0b..e6e8c97b162 100644
--- a/sysutils/mc/patches/patch-ag
+++ b/sysutils/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>