VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:21:10 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48289
Message:

HostDrivers: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r18810 r20366  
    2929
    3030
    31 __BEGIN_DECLS
     31RT_BEGIN_DECLS
    3232
    3333/** Pointer to the globals. */
     
    419419
    420420
    421 __END_DECLS
    422 
    423 #endif
    424 
     421RT_END_DECLS
     422
     423#endif
     424
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r18098 r20366  
    5858#include <sys/kern_event.h>
    5959#include <net/kpi_interface.h>
    60 __BEGIN_DECLS /* Buggy 10.4 headers, fixed in 10.5. */
     60RT_BEGIN_DECLS /* Buggy 10.4 headers, fixed in 10.5. */
    6161#include <sys/kpi_mbuf.h>
    6262#include <net/kpi_interfacefilter.h>
    63 __END_DECLS
     63RT_END_DECLS
    6464#include <net/if.h>
    6565
     
    8484*   Internal Functions                                                         *
    8585*******************************************************************************/
    86 __BEGIN_DECLS
     86RT_BEGIN_DECLS
    8787static kern_return_t    VBoxNetFltDarwinStart(struct kmod_info *pKModInfo, void *pvData);
    8888static kern_return_t    VBoxNetFltDarwinStop(struct kmod_info *pKModInfo, void *pvData);
    89 __END_DECLS
     89RT_END_DECLS
    9090
    9191
     
    118118 * Declare the module stuff.
    119119 */
    120 __BEGIN_DECLS
     120RT_BEGIN_DECLS
    121121extern kern_return_t _start(struct kmod_info *pKModInfo, void *pvData);
    122122extern kern_return_t _stop(struct kmod_info *pKModInfo, void *pvData);
     
    126126DECLHIDDEN(kmod_stop_func_t  *) _antimain = VBoxNetFltDarwinStop;
    127127DECLHIDDEN(int)                 _kext_apple_cc = __APPLE_CC__;
    128 __END_DECLS
     128RT_END_DECLS
    129129
    130130
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