mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9518b1777b
- Use meaningful patch names - Convert USE_GMAKE to USES
12 lines
288 B
C
12 lines
288 B
C
diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c ./libdyn/dyn_realloc.c
|
|
--- ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c Fri Feb 20 17:54:14 1998
|
|
+++ ./libdyn/dyn_realloc.c Tue May 8 13:13:44 2001
|
|
@@ -11,6 +11,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
#include "dynP.h"
|
|
|