Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
635e39b0ce
3 changed files with 46 additions and 0 deletions
  1. +11
    -0
      package/base/a2ps/malloc.patch
  2. +24
    -0
      package/blindcoder/kterm/malloc.patch
  3. +11
    -0
      package/tsa/metamail/malloc.patch

+ 11
- 0
package/base/a2ps/malloc.patch

@ -0,0 +1,11 @@
--- ./lib/path-concat.c.orig 2005-04-10 00:27:25.607854272 +0200
+++ ./lib/path-concat.c 2005-04-10 00:27:40.049658784 +0200
@@ -31,7 +31,7 @@
#endif
#include <sys/types.h>
-char *malloc ();
+// char *malloc ();
#ifndef DIRECTORY_SEPARATOR
# define DIRECTORY_SEPARATOR '/'

+ 24
- 0
package/blindcoder/kterm/malloc.patch

@ -0,0 +1,24 @@
--- ./button.c.orig 2005-04-10 00:30:30.676719528 +0200
+++ ./button.c 2005-04-10 00:31:05.481428408 +0200
@@ -41,7 +41,7 @@
#include "error.h"
#include "menu.h"
-extern char *malloc();
+/* extern char *malloc(); */
extern void DoSecureKeyboard();
--- ./charproc.c.orig 2005-04-10 00:31:27.290112984 +0200
+++ ./charproc.c 2005-04-10 00:31:49.660712136 +0200
@@ -102,8 +102,8 @@
extern XtAppContext app_con;
extern Widget toplevel;
extern void exit();
-extern char *malloc();
-extern char *realloc();
+/* extern char *malloc(); */
+/* extern char *realloc(); */
extern fd_set Select_mask;
extern fd_set X_mask;
extern fd_set pty_mask;

+ 11
- 0
package/tsa/metamail/malloc.patch

@ -0,0 +1,11 @@
--- ./src/metamail/shared.c.orig 2005-04-10 00:35:07.216679064 +0200
+++ ./src/metamail/shared.c 2005-04-10 00:33:26.519987288 +0200
@@ -11,7 +11,7 @@
#include <sys/utsname.h>
#endif
-extern char *malloc();
+// extern char *malloc();
char **Exceptions;
int *NeedsPortableNewlines;
int ExceptionsAlloced = 0, ExceptionsUsed = 0;

Loading…
Cancel
Save