Changeset 24854 in vbox for trunk/src/apps/adpctl
- Timestamp:
- Nov 22, 2009 5:08:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp
r23064 r24854 116 116 int rc; 117 117 int fds[2]; 118 char * const argv[] = { VBOXADPCTL_IFCONFIG_PATH, pszAdapterName, NULL };118 char * const argv[] = { (char*)VBOXADPCTL_IFCONFIG_PATH, pszAdapterName, NULL }; 119 119 char * const envp[] = { (char*)"LC_ALL=C", NULL }; 120 120
Note:
See TracChangeset
for help on using the changeset viewer.