Update of /cvsroot/playerstage/code/player/server/drivers/wifi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14026/server/drivers/wifi

Modified Files:
        aodv.cc 
Log Message:
fixed some formatting and compiler warnings

Index: aodv.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/wifi/aodv.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** aodv.cc     1 Nov 2007 22:16:23 -0000       1.12
--- aodv.cc     2 Dec 2007 09:11:12 -0000       1.13
***************
*** 150,154 ****
  void Aodv::Update()
  {
!   int n, link_count;
    player_wifi_link_t *link;
    char ip[16], next_ip[16];
--- 150,155 ----
  void Aodv::Update()
  {
!   int n;
!   unsigned int link_count;
    player_wifi_link_t *link;
    char ip[16], next_ip[16];


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to