mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix build
svn path=/trunk/; revision=52506
This commit is contained in:
parent
279c82bd9f
commit
bfba57801e
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ int OskitTCPClose( void *socket ) {
|
|||
|
||||
int OskitTCPSend( void *socket, OSK_PCHAR Data, OSK_UINT Len,
|
||||
OSK_UINT *OutLen, OSK_UINT flags ) {
|
||||
struct socket *so = socket;
|
||||
int error;
|
||||
struct uio uio;
|
||||
struct iovec iov;
|
||||
|
|
Loading…
Reference in a new issue