531796cad1
Fix the build of irc/bitchx with -fno-common, which is the default with llvm 11. Patches originally from the fedora project. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
10 lines
343 B
C
10 lines
343 B
C
--- source/numbers.c.orig 2014-11-14 10:34:50 UTC
|
|
+++ source/numbers.c
|
|
@@ -66,7 +66,6 @@ void show_server_map (void);
|
|
int stats_k_grep (char **);
|
|
void who_handlekill (char *, char *, char *);
|
|
void handle_tracekill (int, char *, char *, char *);
|
|
-int no_hook_notify;
|
|
extern AJoinList *ajoin_list;
|
|
void remove_from_server_list (int);
|
|
|