VirtualBox

Changeset 45088 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Mar 19, 2013 11:14:04 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84372
Message:

NAT: burn fix and blank lines are removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/misc.c

    r45087 r45088  
    9999    opt = fcntl(fd, F_GETFL, 0);
    100100    opt |= O_NONBLOCK;
    101 
    102 
    103101    fcntl(fd, F_SETFL, opt);
    104102# endif
    105103#ifndef RT_OS_WINDOWS
    106104    setsockopt(fd, SOL_SOCKET, SO_NOSIGPIPE, &opt, sizeof(int));
    107 #ednif
     105#endif
    108106}
    109107
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