VirtualBox

Ignore:
Timestamp:
Apr 12, 2010 7:25:00 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59911
Message:

NAT: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h

    r27869 r28174  
    11381138
    11391139static __inline struct m_tag *
    1140 m_tag_get(int type, int length, int wait)
    1141 {
    1142         return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, wait));
     1140m_tag_get(int type, int length, int fWait)
     1141{
     1142        return (m_tag_alloc(MTAG_ABI_COMPAT, type, length, fWait));
    11431143}
    11441144
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