VirtualBox

Changeset 101638 in vbox for trunk


Ignore:
Timestamp:
Oct 27, 2023 5:37:59 PM (15 months ago)
Author:
vboxsync
Message:

libssh: fixing build. bugref:10539

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvCloudTunnel.cpp

    r101635 r101638  
    755755}
    756756
    757 static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *)
     757// for libssh 0.9.6
     758static int channelWriteWontblockCallback(ssh_session, ssh_channel, size_t, void *)
     759//static int channelWriteWontblockCallback(ssh_session, ssh_channel, unsigned int, void *)
    758760{
    759761    return 0;
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