mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
16 lines
346 B
Plaintext
16 lines
346 B
Plaintext
$NetBSD: patch-at,v 1.1 2007/07/28 01:42:51 joerg Exp $
|
|
|
|
--- lsysf.c.orig 2007-07-28 01:18:21.000000000 +0000
|
|
+++ lsysf.c
|
|
@@ -1,9 +1,5 @@
|
|
#include <string.h>
|
|
-#ifdef __TURBOC__
|
|
-#include <alloc.h>
|
|
-#else
|
|
-#include <malloc.h>
|
|
-#endif
|
|
+#include <stdlib.h>
|
|
|
|
/* see Fractint.c for a description of the "include" hierarchy */
|
|
#include "port.h"
|