13 lines
352 B
Text
13 lines
352 B
Text
$NetBSD: patch-aa,v 1.4 2007/08/01 21:30:38 joerg Exp $
|
|
|
|
--- libjedec/j_read.c.orig 2007-08-01 21:10:25.000000000 +0000
|
|
+++ libjedec/j_read.c
|
|
@@ -23,7 +23,7 @@
|
|
# include "jedec.h"
|
|
# include "j_priv.h"
|
|
# include <stdio.h>
|
|
-# include <malloc.h>
|
|
+# include <stdlib.h>
|
|
# include <assert.h>
|
|
|
|
static unsigned char*allocate_fusemap(unsigned size)
|