VirtualBox

Changeset 17997 in vbox


Ignore:
Timestamp:
Mar 17, 2009 7:56:52 AM (16 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/generic/NetIf-generic.cpp

    r17981 r17997  
    3232#define VBOXNETADPCTL_NAME "VBoxNetAdpCtl"
    3333
    34 static int NetIfAdpCtl(HostNetworkInterface * pIf, char *pszAddr, char *pszOption, char *pszMask)
     34static int NetIfAdpCtl(HostNetworkInterface * pIf, const char *pszAddr, const char *pszOption, const char *pszMask)
    3535{
    3636    const char *args[] = { NULL, NULL, pszAddr, pszOption, pszMask, NULL };
     
    7575int NetIfEnableStaticIpConfig(VirtualBox * /* vBox */, HostNetworkInterface * pIf, ULONG aOldIp, ULONG aNewIp, ULONG aMask)
    7676{
    77     char *pszOption, *pszMask;
     77    const char *pszOption, *pszMask;
    7878    char szAddress[16]; /* 4*3 + 3*1 + 1 */
    7979    char szNetMask[16]; /* 4*3 + 3*1 + 1 */
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