58fbd71d12
PR: ports/41024 Submitted by: KATO Tsuguru <tkato@prontomail.com>
11 lines
378 B
Text
11 lines
378 B
Text
--- lin.c.orig Thu May 9 04:35:06 2002
|
|
+++ lin.c Wed Jul 24 00:52:50 2002
|
|
@@ -163,7 +163,7 @@
|
|
* $Id: lin.c,v 2.8 2002/01/30 06:04:03 mcalabre Exp $
|
|
*===========================================================================*/
|
|
|
|
-#if defined(__convexc__) || defined(__APPLE__)
|
|
+#if defined(__convexc__) || defined(__STDC__)
|
|
#include <stdlib.h>
|
|
#else
|
|
#include <malloc.h>
|