diff options
author | hubertf <hubertf> | 1998-01-24 21:17:33 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 21:17:33 +0000 |
commit | b77be6119968d8858c3d55c4b08cea1e702330a7 (patch) | |
tree | 2cd7d0bbd233aa9d2c1f58d7a87fe6f32a10f49d /misc | |
parent | aeeab5264b5b8b49ba1690f464ef996216f1e9c3 (diff) | |
download | pkgsrc-b77be6119968d8858c3d55c4b08cea1e702330a7.tar.gz |
portlint: remove RCS Id from patch
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/patches/patch-ad | 19 | ||||
-rw-r--r-- | misc/mc/patches/patch-ag | 9 |
2 files changed, 9 insertions, 19 deletions
diff --git a/misc/mc/patches/patch-ad b/misc/mc/patches/patch-ad index 8766d17d233..1641f27805f 100644 --- a/misc/mc/patches/patch-ad +++ b/misc/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/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> |