VirtualBox

Changeset 17958 in vbox


Ignore:
Timestamp:
Mar 16, 2009 5:03:12 PM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DhcpServerRunner.cpp

    r17957 r17958  
    5656static const ARGDEF * getArgDef(DHCPCFG type)
    5757{
    58     for(int i = 0; i < sizeof(g_aArgDefs)/sizeof(g_aArgDefs[0]); i++)
     58    for (unsigned i = 0; i < RT_ELEMENTS(g_aArgDefs); i++)
    5959    {
    6060        if(g_aArgDefs[i].Type == type)
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