mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Add sys-libs/zlib slot op, drop inaccessible homepage. Package-Manager: Portage-2.3.24, Repoman-2.3.6
23 lines
345 B
Diff
23 lines
345 B
Diff
stdlib.h is required for free()
|
|
|
|
--- a/lib/output.c
|
|
+++ b/lib/output.c
|
|
@@ -20,6 +20,7 @@
|
|
#include <sys/param.h>
|
|
|
|
#ifdef STDC_HEADERS
|
|
+# include <stdlib.h>
|
|
# include <string.h>
|
|
#endif
|
|
|
|
--- a/lib/wrapper.c
|
|
+++ b/lib/wrapper.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <errno.h>
|
|
|
|
#ifdef STDC_HEADERS
|
|
+# include <stdlib.h>
|
|
# include <string.h>
|
|
#endif
|
|
|