mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
$NetBSD: patch-ac,v 1.1 2007/08/08 21:09:03 joerg Exp $
|
|
|
|
--- init.c.orig 2007-08-08 20:49:33.000000000 +0000
|
|
+++ init.c
|
|
@@ -30,9 +30,6 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
-#ifndef __FreeBSD__
|
|
-#include <malloc.h>
|
|
-#endif
|
|
#include <time.h>
|
|
#include "jpeglib.h"
|
|
#include <setjmp.h>
|