Changeset ba94a1b655983aa0dbfcb8a5d09436007a22b7df

Show
Ignore:
Timestamp:
28/01/08 17:40:32 (9 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1201538432 +0000
git-parent:

[d5b5b74679e4a5ae7353dacc87d6991f9325156e]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1201538432 +0000
Message:

Fix previous commit (dead code...)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/udp.c

    r795fb9b rba94a1b  
    834834int net_SetCSCov (int fd, int sendcov, int recvcov) 
    835835{ 
    836 #if !defined( UDPLITE_RECV_CSCOV ) && !defined( DCCP_SOCKOPT_SEND_CSCOV ) 
    837     VLC_UNUSED(sendcov); 
    838     VLC_UNUSED(recvcov); 
    839     return VLC_EGENERIC; 
    840 #endif 
    841  
    842836    int type; 
    843837 
     
    889883#endif 
    890884    } 
     885#if !defined( UDPLITE_RECV_CSCOV ) && !defined( DCCP_SOCKOPT_SEND_CSCOV ) 
     886    VLC_UNUSED(sendcov); 
     887    VLC_UNUSED(recvcov); 
     888#endif 
    891889 
    892890    return VLC_EGENERIC;