update based on db90h's changes to the whiterussian package. note: this still needs...
[openwrt/svn-archive/archive.git] / net / openser / patches / cfg.lex.patch
1 --- openser-1.0.0-tls.orig/cfg.lex 2005-09-02 17:34:41.000000000 +0200
2 +++ openser-1.0.0-tls/cfg.lex 2006-01-05 01:34:50.279630928 +0100
3 @@ -85,6 +85,10 @@
4 static char* addstr(struct str_buf *, char*, int);
5 static void count();
6
7 + int yywrap(void)
8 + {
9 + return 1;
10 + }
11
12 %}
13