projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix udev for systems with /bin/install instead of /usr/bin/install
[openwrt.git]
/
openwrt
/
package
/
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
This page took
0.044233 seconds
and
5
git commands to generate.