VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:43:21 AM (15 years ago)
Author:
vboxsync
Message:

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp

    r20366 r20374  
    5858#include <sys/kern_event.h>
    5959#include <net/kpi_interface.h>
    60 RT_BEGIN_DECLS /* Buggy 10.4 headers, fixed in 10.5. */
     60RT_C_DECLS_BEGIN /* Buggy 10.4 headers, fixed in 10.5. */
    6161#include <sys/kpi_mbuf.h>
    6262#include <net/kpi_interfacefilter.h>
    63 RT_END_DECLS
     63RT_C_DECLS_END
    6464#include <net/if.h>
    6565
     
    8484*   Internal Functions                                                         *
    8585*******************************************************************************/
    86 RT_BEGIN_DECLS
     86RT_C_DECLS_BEGIN
    8787static kern_return_t    VBoxNetFltDarwinStart(struct kmod_info *pKModInfo, void *pvData);
    8888static kern_return_t    VBoxNetFltDarwinStop(struct kmod_info *pKModInfo, void *pvData);
    89 RT_END_DECLS
     89RT_C_DECLS_END
    9090
    9191
     
    118118 * Declare the module stuff.
    119119 */
    120 RT_BEGIN_DECLS
     120RT_C_DECLS_BEGIN
    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 RT_END_DECLS
     128RT_C_DECLS_END
    129129
    130130
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