VirtualBox

Ignore:
Timestamp:
Oct 7, 2008 9:40:06 AM (16 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c

    r13032 r13033  
    10021002         * Pass foward messages when adjacent module can receive, otherwise queue them.
    10031003         */
    1004         if (canputnext(pQueue)))
     1004        if (canputnext(pQueue))
    10051005            putnext(pQueue, pMsg);
    10061006        else
     
    10291029         * Pass foward messages when adjacent module can receive, otherwise queue them.
    10301030         */
    1031         if (canputnext(pQueue)))
     1031        if (canputnext(pQueue))
    10321032            putnext(pQueue, pMsg);
    10331033        else
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