Index: head/irc/bitchx/files/patch-source_commands.c =================================================================== --- head/irc/bitchx/files/patch-source_commands.c (nonexistent) +++ head/irc/bitchx/files/patch-source_commands.c (revision 545766) @@ -0,0 +1,10 @@ +--- source/commands.c.orig 2014-11-04 10:54:23 UTC ++++ source/commands.c +@@ -118,7 +118,6 @@ extern int doing_notice; + + static void oper_password_received (char *, char *); + +-int no_hook_notify = 0; + int load_depth = -1; + + extern char cx_function[]; Property changes on: head/irc/bitchx/files/patch-source_commands.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/bitchx/files/patch-source_modules.c =================================================================== --- head/irc/bitchx/files/patch-source_modules.c (nonexistent) +++ head/irc/bitchx/files/patch-source_modules.c (revision 545766) @@ -0,0 +1,11 @@ +--- source/modules.c.orig 2010-06-26 08:18:34 UTC ++++ source/modules.c +@@ -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); Property changes on: head/irc/bitchx/files/patch-source_modules.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/bitchx/files/patch-source_numbers.c =================================================================== --- head/irc/bitchx/files/patch-source_numbers.c (nonexistent) +++ head/irc/bitchx/files/patch-source_numbers.c (revision 545766) @@ -0,0 +1,10 @@ +--- 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); + Property changes on: head/irc/bitchx/files/patch-source_numbers.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property