mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
It's just a collection of class templates, because templates are defined in header (.h) files PR: ports/58535 Submitted by: Thierry Thomas <thierry@pompo.net>
11 lines
258 B
C
11 lines
258 B
C
--- include/arlutil.h.orig Thu Jul 31 22:32:42 1997
|
|
+++ include/arlutil.h Mon Oct 20 00:09:43 2003
|
|
@@ -12,7 +12,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <assert.h>
|
|
|
|
/* Macros */
|