mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5906459791
* Modified patches to suppport CC/CFLAGS properly * Updated WWW: line of pkg/DESCR * Fixed pkg/PLIST PR: 15501 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
*** SRC/sp_coletree.c.orig Fri Aug 6 05:31:22 1999
|
|
--- SRC/sp_coletree.c Thu Dec 16 03:29:12 1999
|
|
***************
|
|
*** 2,8 ****
|
|
--- 2,10 ----
|
|
/* Elimination tree computation and layout routines */
|
|
|
|
#include <stdio.h>
|
|
+ #ifndef __STDC__
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#include <stdlib.h>
|
|
#include "util.h"
|
|
|