mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
661 B
Plaintext
22 lines
661 B
Plaintext
$NetBSD: patch-aj,v 1.3 2012/12/25 21:14:17 joerg Exp $
|
|
|
|
--- src/fasthenry/mulGlobal.h.orig 2004-08-03 22:20:13.000000000 +0000
|
|
+++ src/fasthenry/mulGlobal.h
|
|
@@ -46,7 +46,7 @@ extern char * calloc();
|
|
extern char * malloc();
|
|
extern char * realloc();
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#endif /* end if NEWS */
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
@@ -428,3 +428,7 @@ misc. global macros
|
|
/* blkDirect.c related flags - used only when DIRSOL == ON || EXPGCR == ON */
|
|
#define MAXSIZ 0 /* any more tiles than this uses matrix on disk
|
|
for DIRSOL == ON or EXPGCR == ON */
|
|
+
|
|
+void mulUp(ssystem *sys);
|
|
+void mulDown(ssystem *sys);
|
|
+
|