about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch
blob: 5d48fc99a0da85ae413f6e5ccaf56b1bf363e523 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bip-0.8.8/src/lex.l.orig
+++ bip-0.8.8/src/lex.l
@@ -16,7 +16,7 @@
 int linec;
 #include "util.h"
 extern list_t *root_list;
-void yyparse(void);
+int yyparse(void);
 void free_conf(list_t*);
 int conf_error;
 typedef struct bip bip_t;