VirtualBox

Changeset 5014 in vbox for trunk/src


Ignore:
Timestamp:
Sep 24, 2007 5:08:07 PM (17 years ago)
Author:
vboxsync
Message:

header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp

    r4983 r5014  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox frontends: Basic Frontend (BFE):
    4  * VBoxBFE main routines
     3 * Basic Frontend (BFE): VBoxBFE main routines.
    54 *
    65 * VBoxBFE is a limited frontend that sits directly on the Virtual Machine
     
    242241}
    243242
     243
    244244/**
    245245 *  Generates a new unique MAC address based on our vendor ID and
     
    268268    LogFlowFunc(("generated MAC: '%s'\n", pszAddress));
    269269    return VINF_SUCCESS;
    270 }                         
     270}
     271
    271272
    272273/**
     
    642643                ||  argv[curArg][3] >= '8'
    643644                ||  argv[curArg][4])
    644                 return SyntaxError("bad interface name '%s' specified with '%s'. Expected 'lan0', 'lan1' and similar.\n", 
     645                return SyntaxError("bad interface name '%s' specified with '%s'. Expected 'lan0', 'lan1' and similar.\n",
    645646                                   argv[curArg], pszArg);
    646647            g_aNetDevs[i].iConnectTo = argv[curArg][3] - '0';
     
    815816#ifdef RT_OS_L4
    816817    /* The L4 console provides (currently) a fixed resolution. */
    817     if (g_u32VRamSizeMB * _1M >=   gFramebuffer->getHostXres() 
     818    if (g_u32VRamSizeMB * _1M >=   gFramebuffer->getHostXres()
    818819                          * gFramebuffer->getHostYres()
    819820                          * (gDisplay->getBitsPerPixel() / 8))
     
    987988        va_list va2;
    988989        va_copy(va2, args); /* Have to make a copy here or GCC will break. */
    989         RTStrPrintf(szError, sizeof(szError), 
     990        RTStrPrintf(szError, sizeof(szError),
    990991                    "%N!\nVBox status code: %d (%Vrc)", pszFormat, &va2, rc, rc);
    991992        RTPrintf("%s\n", szError);
     
    16601661#elif defined(RT_OS_OS2)
    16611662                    /*
    1662                      * The TAP driver does all the opening and setting up, 
     1663                     * The TAP driver does all the opening and setting up,
    16631664                     * as it was originally was ment to be (stupid fork() problems).
    16641665                     */
     
    16661667                    if (g_aNetDevs[ulInstance].fHaveConnectTo)
    16671668                    {
    1668                         rc = CFGMR3InsertInteger(pCfg, "ConnectTo", g_aNetDevs[ulInstance].iConnectTo); 
     1669                        rc = CFGMR3InsertInteger(pCfg, "ConnectTo", g_aNetDevs[ulInstance].iConnectTo);
    16691670                        UPDATE_RC();
    16701671                    }
     
    17651766    return rc;
    17661767}
     1768
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette