make sparc64 happy, ok maintainer
This commit is contained in:
parent
dc071bd1b3
commit
88772087e7
10
mail/elm/patches/patch-hdrs_defs_h
Normal file
10
mail/elm/patches/patch-hdrs_defs_h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
$OpenBSD: patch-hdrs_defs_h,v 1.1 2001/10/08 11:14:00 wilfried Exp $
|
||||||
|
--- hdrs/defs.h.orig Tue Nov 9 20:42:41 1999
|
||||||
|
+++ hdrs/defs.h Mon Oct 8 00:21:37 2001
|
||||||
|
@@ -748,3 +748,6 @@ malloc_t safe_realloc();
|
||||||
|
|
||||||
|
long times();
|
||||||
|
long ulimit();
|
||||||
|
+
|
||||||
|
+char ** DynamicArray ();
|
||||||
|
+void DestroyDynamicArray ();
|
12
mail/elm/patches/patch-lib_dynarray_c
Normal file
12
mail/elm/patches/patch-lib_dynarray_c
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-lib_dynarray_c,v 1.1 2001/10/08 11:14:00 wilfried Exp $
|
||||||
|
--- lib/dynarray.c.orig Tue Nov 9 20:42:41 1999
|
||||||
|
+++ lib/dynarray.c Mon Oct 8 00:19:51 2001
|
||||||
|
@@ -3,6 +3,8 @@
|
||||||
|
* Initially written by: Michael Elkins <elkins@aero.org>, 1995/06/01
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include "defs.h"
|
||||||
|
+
|
||||||
|
/** routines for handling of dynamic arrays **/
|
||||||
|
|
||||||
|
char **
|
Loading…
Reference in New Issue
Block a user