[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge NetProgM.nc, 1.9, 1.10

Jonathan Hui jwhui at users.sourceforge.net
Mon Jul 11 19:59:34 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9622

Modified Files:
	NetProgM.nc 
Log Message:
- Fix placement of #endif that broke build for pc platform.



Index: NetProgM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/Deluge/NetProgM.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NetProgM.nc	29 Jun 2005 21:08:15 -0000	1.9
--- NetProgM.nc	12 Jul 2005 02:59:32 -0000	1.10
***************
*** 126,133 ****
        // reboot
        NETPROG_ACTUAL_REBOOT();
- #endif
      }
  
!     // image is not complete or invalid, or metadata is not ready
      return FAIL;
  
--- 126,133 ----
        // reboot
        NETPROG_ACTUAL_REBOOT();
      }
+ #endif
  
!     // couldn't reboot
      return FAIL;
  



More information about the Tinyos-beta-commits mailing list