mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix build
svn path=/trunk/; revision=52506
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user