mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Adding squid to DEPEND because squid user is expected at install Gentoo-bug: 554800 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2887
10 lines
182 B
Diff
10 lines
182 B
Diff
--- a/util.h
|
|
+++ b/util.h
|
|
@@ -24,5 +24,5 @@
|
|
information.
|
|
*/
|
|
|
|
-inline void lower_case(char *str);
|
|
+extern inline void lower_case(char *str);
|
|
char *safe_strdup(const char *str);
|