VirtualBox

Changeset 17709 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 11, 2009 4:33:30 PM (16 years ago)
Author:
vboxsync
Message:

compile fix

File:
1 edited

Legend:

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

    r17703 r17709  
    2525#include <iprt/env.h>
    2626#include <iprt/path.h>
     27#include <iprt/param.h>
    2728
    2829#include "HostNetworkInterfaceImpl.h"
     
    4041    }
    4142   
    42     char szAdpCtl[PATH_MAX];
     43    char szAdpCtl[RTPATH_MAX];
    4344    int rc = RTPathProgram(szAdpCtl, sizeof(szAdpCtl) - sizeof("/" VBOXNETADPCTL_NAME));
    4445    if (RT_FAILURE(rc))
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