mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$NetBSD: patch-al,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
|
|
|
|
--- src/fasthenry/readGeom.c.orig Tue Aug 3 22:17:16 2004
|
|
+++ src/fasthenry/readGeom.c
|
|
@@ -37,7 +37,7 @@ operation of Software or Licensed Progra
|
|
#include <stdio.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
#include "induct.h"
|
|
|