VirtualBox

Changeset 4802 in vbox


Ignore:
Timestamp:
Sep 14, 2007 3:19:14 PM (17 years ago)
Author:
vboxsync
Message:

space, please.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/logbackdoor.cpp

    r4695 r4802  
    7676     */
    7777}
     78
     79
    7880#if defined(RT_OS_LINUX) && defined(IN_MODULE)
    79 /* When we build this in the Linux kernel module, we need to make the
    80    symbols available to other modules as well. */
    81 #include <linux/module.h>
     81/*
     82 * When we build this in the Linux kernel module, we wish to make the
     83 * symbols available to other modules as well.
     84 */
     85# include <linux/module.h>
    8286# ifdef DEBUG
    8387/* We only export the full logging infrastructure to the guest kernel
     
    8690# endif
    8791EXPORT_SYMBOL(RTLogWriteUser);
    88 #endif /* RT_OS_LINUX and IN_MODULE defined */
     92#endif /* RT_OS_LINUX && IN_MODULE */
     93
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