summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-24 21:17:33 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-24 21:17:33 +0000
commit8d53038067d1b3f8b13074b8dbd70096fd5b5c42 (patch)
tree2cd7d0bbd233aa9d2c1f58d7a87fe6f32a10f49d /sysutils
parentc9d1a4fab6fb17158ff1a0bdd4a45fa88b479925 (diff)
downloadpkgsrc-8d53038067d1b3f8b13074b8dbd70096fd5b5c42.tar.gz
portlint: remove RCS Id from patch
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mc/patches/patch-ad19
-rw-r--r--sysutils/mc/patches/patch-ag9
2 files changed, 9 insertions, 19 deletions
diff --git a/sysutils/mc/patches/patch-ad b/sysutils/mc/patches/patch-ad
index 8766d17d233..1641f27805f 100644
--- a/sysutils/mc/patches/patch-ad
+++ b/sysutils/mc/patches/patch-ad
@@ -226,25 +226,6 @@
#include <stdio.h>
#include "mad.h"
-*** src/dlg.c.orig Thu Jun 19 23:30:55 1997
---- src/dlg.c Thu Jun 19 23:34:19 1997
-***************
-*** 20,26 ****
- /* "$Id: patch-ad,v 1.1.1.1 1997/10/11 21:54:32 hubertf Exp $" */
- #include <string.h>
- #include <stdio.h>
-! #include <malloc.h>
- #include "tty.h"
- #include <stdarg.h>
- #include "mad.h"
---- 20,26 ----
- /* "$Id: patch-ad,v 1.1.1.1 1997/10/11 21:54:32 hubertf Exp $" */
- #include <string.h>
- #include <stdio.h>
-! #include <stdlib.h>
- #include "tty.h"
- #include <stdarg.h>
- #include "mad.h"
*** src/widget.c.orig Thu Jun 19 23:31:50 1997
--- src/widget.c Thu Jun 19 23:37:42 1997
***************
diff --git a/sysutils/mc/patches/patch-ag b/sysutils/mc/patches/patch-ag
new file mode 100644
index 00000000000..8ae0fe85c0c
--- /dev/null
+++ b/sysutils/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>