mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
$NetBSD: patch-ax,v 1.1 2007/07/28 01:42:51 joerg Exp $
|
|
|
|
--- soi1.c.orig 2007-07-28 01:22:14.000000000 +0000
|
|
+++ soi1.c
|
|
@@ -13,7 +13,7 @@
|
|
*/
|
|
#include <time.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include "port.h"
|
|
#include "prototyp.h"
|
|
|