portlint: remove RCS Id from patch
This commit is contained in:
parent
c9d1a4fab6
commit
8d53038067
4 changed files with 18 additions and 38 deletions
|
@ -225,25 +225,6 @@
|
|||
! #include <stdlib.h>
|
||||
#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
|
||||
|
|
9
misc/mc/patches/patch-ag
Normal file
9
misc/mc/patches/patch-ag
Normal file
|
@ -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>
|
|
@ -225,25 +225,6 @@
|
|||
! #include <stdlib.h>
|
||||
#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
|
||||
|
|
9
sysutils/mc/patches/patch-ag
Normal file
9
sysutils/mc/patches/patch-ag
Normal file
|
@ -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>
|
Loading…
Reference in a new issue