VirtualBox

Changeset 1610 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Mar 21, 2007 7:33:29 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19727
Message:

drop string.h

File:
1 edited

Legend:

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

    r1599 r1610  
    3939#include <iprt/string.h>
    4040#include <iprt/time.h>
    41 
    42 #include <string.h>
    4341
    4442#include "Builtins.h"
     
    704702    if (VBOX_FAILURE(rc))
    705703        return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS,
    706                                   N_("Failed to get ring-3 buffer for the newly created interface to '%s'"), pThis->szNetwork);
     704                                   N_("Failed to get ring-3 buffer for the newly created interface to '%s'"), pThis->szNetwork);
    707705    AssertRelease(VALID_PTR(GetRing3BufferArgs.pRing3Buf));
    708706    pThis->pBuf = GetRing3BufferArgs.pRing3Buf;
Note: See TracChangeset for help on using the changeset viewer.

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