mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
- Add patches which replace reallocarray by realloc(3) PR: 200682 Submitted by: myself Approved by: darcsis (maintainer, timeout > 3 weeks)
11 lines
263 B
C
11 lines
263 B
C
--- def.h.orig 2015-03-23 11:23:30 UTC
|
|
+++ def.h
|
|
@@ -13,6 +13,8 @@
|
|
#include "chrdef.h"
|
|
#include "ttydef.h"
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
|
|
/* necesarry to get asprintf & friends with glibc XXX doesn't work for some
|
|
* mysterious reason! */
|