diff options
author | omni <omni+alpine@hack.org> | 2021-03-23 12:38:07 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-03-23 13:53:45 +0000 |
commit | 88d3ebb1b17e01f73bb11f73bf0bc4c48ba64306 (patch) | |
tree | caa72d14a88942b03c89c21053ba1e2b415917a5 /main/distcc/gcc-10.patch | |
parent | 0b24f037d35a483619f1accef647442ce7fc85bc (diff) | |
download | aports-88d3ebb1b17e01f73bb11f73bf0bc4c48ba64306.zip |
main/distcc: upgrade to 3.3.5
Diffstat (limited to 'main/distcc/gcc-10.patch')
-rw-r--r-- | main/distcc/gcc-10.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/distcc/gcc-10.patch b/main/distcc/gcc-10.patch index 60f1f24c257..599de51e0d9 100644 --- a/main/distcc/gcc-10.patch +++ b/main/distcc/gcc-10.patch @@ -13,17 +13,3 @@ index 35dbf7d..76bfbee 100644 +extern const char *stats_text[20] = { "TCP_ACCEPT", "REJ_BAD_REQ", "REJ_OVERLOAD", "COMPILE_OK", "COMPILE_ERROR", "COMPILE_TIMEOUT", "CLI_DISCONN", "OTHER" }; - -diff --git a/src/stats.h b/src/stats.h -index 9bde285..74d4690 100644 ---- a/src/stats.h -+++ b/src/stats.h -@@ -33,7 +33,7 @@ enum stats_e { STATS_TCP_ACCEPT, STATS_REJ_BAD_REQ, STATS_REJ_OVERLOAD, - STATS_COMPILE_OK, STATS_COMPILE_ERROR, STATS_COMPILE_TIMEOUT, - STATS_CLI_DISCONN, STATS_OTHER, STATS_ENUM_MAX }; - --const char *stats_text[20]; -+extern const char *stats_text[20]; - - int dcc_stats_init(void); - void dcc_stats_init_kid(void); |