VirtualBox

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

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

File:
1 edited

Legend:

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

    r20366 r20374  
    4545
    4646#include <sys/systm.h>
    47 RT_BEGIN_DECLS /* Buggy 10.4 headers, fixed in 10.5. */
     47RT_C_DECLS_BEGIN /* Buggy 10.4 headers, fixed in 10.5. */
    4848#include <sys/kpi_mbuf.h>
    49 RT_END_DECLS
     49RT_C_DECLS_END
    5050
    5151#include <net/ethernet.h>
     
    9696*   Internal Functions                                                         *
    9797*******************************************************************************/
    98 RT_BEGIN_DECLS
     98RT_C_DECLS_BEGIN
    9999static kern_return_t    VBoxNetAdpDarwinStart(struct kmod_info *pKModInfo, void *pvData);
    100100static kern_return_t    VBoxNetAdpDarwinStop(struct kmod_info *pKModInfo, void *pvData);
    101 RT_END_DECLS
     101RT_C_DECLS_END
    102102
    103103static int VBoxNetAdpDarwinOpen(dev_t Dev, int fFlags, int fDevType, struct proc *pProcess);
     
    111111 * Declare the module stuff.
    112112 */
    113 RT_BEGIN_DECLS
     113RT_C_DECLS_BEGIN
    114114extern kern_return_t _start(struct kmod_info *pKModInfo, void *pvData);
    115115extern kern_return_t _stop(struct kmod_info *pKModInfo, void *pvData);
     
    119119DECLHIDDEN(kmod_stop_func_t  *) _antimain = VBoxNetAdpDarwinStop;
    120120DECLHIDDEN(int)                 _kext_apple_cc = __APPLE_CC__;
    121 RT_END_DECLS
     121RT_C_DECLS_END
    122122
    123123/**
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