ports/games/tuxmath/files/patch-src_menu__lan.c
Stefan Eßer 2ae264e63b Fix build with -fno-common
While here fix a few portlint and portclippy complaints
2020-09-26 11:29:06 +00:00

11 lines
380 B
C

--- src/menu_lan.c.orig 2011-05-04 00:15:10 UTC
+++ src/menu_lan.c
@@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.
/* lan_player_type now defined in network.h */
-lan_player_type lan_player_info[MAX_CLIENTS];
+extern lan_player_type lan_player_info[MAX_CLIENTS];
/* Local function prototypes: ------------------- */
void draw_player_table(void);