[olsr-dev] Patch: for (some Qs about exending the dyn_gw plugin)
Sven-Ola Tuecke
(spam-protected)
Mon Nov 29 21:01:49 CET 2004
Hello Andreas,
@jens Oops: Sorry, just pressed the wrong button.
while you are at the task of applying other peoples patches, why not correct
some missing semicolons also - need this for a SuSE 8.2 (older) to
compile...
diff -ur olsrd-current/src/cfgparser/oparse.y
olsrd-cvs-0.4.8/src/cfgparser/oparse.y
--- olsrd-current/src/cfgparser/oparse.y
+++ olsrd-cvs-0.4.8/src/cfgparser/oparse.y
@@ -373,6 +373,7 @@
free($2);
}
+;
ihna6entry: TOK_IP6_ADDR TOK_INTEGER
{
@@ -410,6 +411,7 @@
free($2);
}
+;
ifblock: TOK_INTERFACE TOK_STRING
{
@@ -437,6 +439,7 @@
free($2);
}
+;
bnoint: TOK_NOINT TOK_BOOLEAN
{
So long, Sven-Ola
More information about the Olsr-dev
mailing list