[vbox-dev] Build Break in Linux

Howard Su howard0su at gmail.com
Fri Jul 1 14:37:41 GMT 2011


diff --git a/VirtualBox_OSE/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
b/VirtualBox_OSE/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
index 28e5a8d..9515b3a 100644
--- a/VirtualBox_OSE/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
+++ b/VirtualBox_OSE/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp
@@ -294,7 +294,7 @@ void VBoxNetNAT::run()

 #ifndef RT_OS_WINDOWS
                 /* kick select() */
-                size_t cbIgnored;
+                //size_t cbIgnored;
                 rc = RTPipeWrite(m_hPipeWrite, "", 1, &cbIgnored);
                 AssertRC(rc);
 #else

seems a small typo.

-- 
-Howard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20110701/a995d974/attachment.html>


More information about the vbox-dev mailing list