]> git.pld-linux.org Git - packages/ircd-hybrid.git/blob - ircd-hybrid-yy_aconf.patch
add yy_aconf patch
[packages/ircd-hybrid.git] / ircd-hybrid-yy_aconf.patch
1 Only in ircd-hybrid-7.0.3/include: s_conf.h~
2 diff -ur ircd-hybrid-7.0.3-o/src/ircd_parser.y ircd-hybrid-7.0.3/src/ircd_parser.y
3 --- ircd-hybrid-7.0.3-o/src/ircd_parser.y       2003-10-25 20:08:23.000000000 -0600
4 +++ ircd-hybrid-7.0.3/src/ircd_parser.y 2013-02-16 15:54:52.000000000 -0700
5 @@ -58,7 +58,7 @@
6  int yyparse();
7  
8  static struct ConfItem *yy_achead = NULL;
9 -static struct ConfItem *yy_aconf = NULL;
10 +struct ConfItem *yy_aconf = NULL;
11  static struct ConfItem *yy_aprev = NULL;
12  static int              yy_acount = 0;
13  static struct ConfItem *yy_hconf;
14 Only in ircd-hybrid-7.0.3/src: ircd_parser.y~
This page took 0.133951 seconds and 3 git commands to generate.