Updated for ArchLinux error with gcc

This commit is contained in:
cdedwards
2021-09-09 16:48:48 -06:00
parent bb51ffc7b2
commit e80c9957c2
3 changed files with 3 additions and 18725 deletions

18723
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -83,7 +83,7 @@ extern int (*dcc_output_func) (int, int, char *, int);
extern int (*dcc_input_func) (int, int, char *, int, int);
extern int (*dcc_close_func) (int, unsigned long, int);
int (*serv_open_func) (int, unsigned long, int);
extern int (*serv_open_func) (int, unsigned long, int);
extern int (*serv_output_func) (int, int, char *, int);
extern int (*serv_input_func) (int, char *, int, int, int);
extern int (*serv_close_func) (int, unsigned long, int);

View File

@@ -64,12 +64,13 @@ 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);
char *thing_ansi = NULL;
/*
* numeric_banner: This returns in a static string of either "xxx" where
* xxx is the current numeric, or "***" if SHOW_NUMBERS is OFF