about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch')
-rw-r--r--pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch b/pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch
deleted file mode 100644
index 5d48fc99a0da..000000000000
--- a/pkgs/applications/networking/irc/bip/bip-0.8.8-yyparse.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;