[Olsr-cvs] olsrd-current/src/unix ifnet.c,1.51,1.52
Bernd Petrovitsch
(spam-protected)
Sat Oct 20 14:59:10 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/unix
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32510/src/unix
Modified Files:
ifnet.c
Log Message:
* fixed compile bugs if DEBUG is enabled
Index: ifnet.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/unix/ifnet.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** ifnet.c 23 Aug 2007 21:20:02 -0000 1.51
--- ifnet.c 20 Oct 2007 12:59:08 -0000 1.52
***************
*** 129,133 ****
#ifdef DEBUG
/* Don't check this interface */
! OLSR_PRINTF(3, "Not checking interface %s\n", tmp_if->name)
#endif
continue;
--- 129,133 ----
#ifdef DEBUG
/* Don't check this interface */
! OLSR_PRINTF(3, "Not checking interface %s\n", tmp_if->name);
#endif
continue;
More information about the Olsr-cvs
mailing list